fix button roundness
This commit is contained in:
2
jquery/common.js
vendored
2
jquery/common.js
vendored
@@ -39,7 +39,7 @@ $.prototype.addButton = function(sType, sTitle, oClickLink, sId, sButtonClass, s
|
||||
{
|
||||
$This = $(this);
|
||||
sButtonClass = sButtonClass || '';
|
||||
var asAttributes = {id:(sId || ''), 'class':'button round'+sButtonClass};
|
||||
var asAttributes = {id:(sId || ''), 'class':'button round '+sButtonClass};
|
||||
|
||||
//Link
|
||||
var bLink = (typeof oClickLink == 'string');
|
||||
|
||||
Reference in New Issue
Block a user