Workshops page
This commit is contained in:
@@ -31,7 +31,7 @@ var Tools = {
|
||||
}
|
||||
|
||||
asData['a'] = sAction;
|
||||
$.ajax({
|
||||
return $.ajax({
|
||||
url: oCATC.consts.context.process_page,
|
||||
type: sType,
|
||||
data: asData,
|
||||
@@ -168,6 +168,10 @@ function copyArray(asArray)
|
||||
return asArray.slice(0); //trick to copy array
|
||||
}
|
||||
|
||||
$.prototype.appendIcon = function(sIcon, bFull) {
|
||||
return $(this).append(Tools.getIcon(sIcon, bFull));
|
||||
};
|
||||
|
||||
$.prototype.addButton = function(sType, sTitle, oClickLink, sId, sButtonClass)
|
||||
{
|
||||
$This = $(this);
|
||||
|
||||
Reference in New Issue
Block a user