Changeset 1737 for ZMS/trunk


Ignore:
Timestamp:
23.11.2011 21:04:18 (6 months ago)
Author:
zmsdev
Message:

Fixed auto-resize of richtext-inputs (requested by uni-bern).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ZMS/trunk/plugins/www/jquery/plugin/jquery.plugin.zmi.js

    r1725 r1737  
    4949        } 
    5050        $(':checkbox:not([name~=active])',fm).prop('checked',v) 
     51} 
     52 
     53function zmiWriteDebug(s) { 
     54        var $div = $("div#zmi-debug"); 
     55        if ($div.css("display")!="none") { 
     56                $div.html("["+(new Date())+"] "+s+'<br/>'+$div.html()); 
     57        } 
    5158} 
    5259 
Note: See TracChangeset for help on using the changeset viewer.