1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-29 04:55:02 +03:00
This commit is contained in:
kirsan 2011-07-07 14:30:42 +00:00
parent 836c4f04ad
commit 697dd2d097

View file

@ -68,7 +68,7 @@ ls.userfield =( function ($) {
}
this.deleteUserfield = function(id) {
ls.ajax(aRouter['admin']+'userfields', {'action':'delete', 'id':id,}, function(data) {
ls.ajax(aRouter['admin']+'userfields', {'action':'delete', 'id':id}, function(data) {
if (!data.bStateError) {
$('#field_'+id).remove();
ls.msg.notice(data.sMsgTitle,data.sMsg);