- Timestamp:
- 23.11.2011 21:04:18 (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ZMS/trunk/plugins/www/jquery/plugin/jquery.plugin.zmi.js
r1725 r1737 49 49 } 50 50 $(':checkbox:not([name~=active])',fm).prop('checked',v) 51 } 52 53 function zmiWriteDebug(s) { 54 var $div = $("div#zmi-debug"); 55 if ($div.css("display")!="none") { 56 $div.html("["+(new Date())+"] "+s+'<br/>'+$div.html()); 57 } 51 58 } 52 59
Note: See TracChangeset
for help on using the changeset viewer.
