filters in global list
This commit is contained in:
2
jquery/common.js
vendored
2
jquery/common.js
vendored
@@ -36,7 +36,7 @@ $.prototype.addButton = function(sType, sTitle, oClickLink, sId, sButtonClass, s
|
||||
.appendTo($This);
|
||||
|
||||
//Function
|
||||
if(!bLink) $Button.click(function(e){e.preventDefault();oClickLink();});
|
||||
if(!bLink) $Button.click(function(e){e.preventDefault(); oClickLink($(this));});
|
||||
|
||||
//TODO delete use of tmp out of databap class context
|
||||
if(typeof sTmpVar != 'undefined') databap.tmp(sTmpVar, $Button);
|
||||
|
||||
Reference in New Issue
Block a user