Changeset 498


Ignore:
Timestamp:
08/09/2010 03:33:54 AM (18 months ago)
Author:
ofer
Message:

Beware of the console, might be undefined...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WordPress/plugin/transposh/js/transposhcontrol.js

    r491 r498  
    145145        if (days == 0 && !confirm("Are you REALLY sure you want to do this?")) return false; 
    146146        //var button = jQuery(this); 
    147         console.log(button); 
     147        //console.log(button); 
    148148        var prevtext = button.text(); 
    149149        button.unbind('click').click(function(){ 
Note: See TracChangeset for help on using the changeset viewer.