Ignore:
Timestamp:
Dec 13, 2012, 2:22:28 PM (11 years ago)
Author:
plg
Message:

Deep changes in themes Simple*: for the picture page, we mainly use core
templates instead of specific templates. It means:

  • easier to maintain
  • icons instead of text (may be modified)
  • distorsion bug fixed
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/simple_themes/simple/js/scripts.js

    r13554 r19421  
    33
    44jQuery(document).ready(function($){
    5   $("#theComments h3").click(function () {
    6     $("#theComments > div").toggle("slow");
     5  jQuery("#comments h3").click(function () {
     6    jQuery("#pictureComments").toggle("slow");
    77  });
    88
Note: See TracChangeset for help on using the changeset viewer.