Dotclear

Changeset 1495 for plugins/cleanConfig


Ignore:
Timestamp:
09/24/09 20:15:40 (14 years ago)
Author:
Moe
Message:

clean:config 1.3.1 :

  • getting ready for 2.1.6
Location:
plugins/cleanConfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • plugins/cleanConfig/_define.php

    r693 r1495  
    2828        /* Description*/                "Clean blog and global settings and versions", 
    2929        /* Author */                    "Moe (http://gniark.net/)", 
    30         /* Version */                   '1.3', 
     30        /* Version */                   '1.3.1', 
    3131        /* Permissions */               null 
    3232); 
  • plugins/cleanConfig/index.php

    r693 r1495  
    8787          $(document).ready(function() { 
    8888               $('.checkboxes-helpers').each(function() { 
    89                dotclear.checkboxesHelpers(this); 
     89                    dotclear.checkboxesHelpers(this); 
    9090               }); 
    91                $('input[@name="delete"]').click(function() { 
     91               $('input[name="delete"]').click(function() { 
    9292                    return window.confirm(dotclear.msg.confirm_cleanconfig_delete); 
    9393               }); 
    94                $('input[@name="delete_versions"]').click(function() { 
     94               $('input[name="delete_versions"]').click(function() { 
    9595                    return window.confirm(dotclear.msg.confirm_cleanconfig_delete_versions); 
    9696               }); 
    97                $('td[@class="ns-name"]').css({ cursor:"pointer" }); 
    98                $('td[@class="ns-name"]').click(function() { 
     97               $('td[class="ns-name"]').css({ cursor:"pointer" }); 
     98               $('td[class="ns-name"]').click(function() { 
    9999                    $("."+$(this).children().filter("strong").text()).toggleCheck(); 
    100100                    return false; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map