Workshops page

This commit is contained in:
2019-09-04 23:09:39 +02:00
parent b3ef86089b
commit 91b1a025c5
17 changed files with 245 additions and 64 deletions

View File

@@ -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);