Skip to content

Commit

Permalink
Item10262: reverting, $.log should be available
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/branches/Release01x01@10556 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed Jan 15, 2011
1 parent dbd1b93 commit 5c45a82
Showing 1 changed file with 2 additions and 4 deletions.
Expand Up @@ -85,10 +85,8 @@ $.tabpane = {

var oldTabId = thisOpts.currentTabId;

if ($.log) {
$.log("TABPANE: switching from "+oldTabId+" to "+newTabId);
}

$.log("TABPANE: switching from "+oldTabId+" to "+newTabId);

var $newTab = jQuery("#"+newTabId);
var $oldTab = jQuery("#"+oldTabId);
var $newContainer = $newTab.find('.jqTabContents:first');
Expand Down

0 comments on commit 5c45a82

Please sign in to comment.