[+] BO: Add Jquery alerts for nice alert box

This commit is contained in:
rMalie
2011-12-28 14:18:20 +00:00
parent 29f8448a80
commit 490a5cff46
21 changed files with 342 additions and 49 deletions
+2 -2
View File
@@ -75,7 +75,7 @@
}
catch(e)
{
alert('oups');
jAlert('Technical error');
}
}
});
@@ -123,7 +123,7 @@
}
catch(e)
{
alert("oups");
jAlert('Technical error');
}
}
});