| Current Path : /var/www/iplanru/data/www/i-plan.ru/media/widgetkit/widgets/map/js/ |
| Current File : /var/www/iplanru/data/www/i-plan.ru/media/widgetkit/widgets/map/js/dashboard.js |
/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */
jQuery(function(a){a("#map").delegate("a.action.delete","click",function(c){c.preventDefault();if(confirm("Are you Sure?")){var d=a(this);a.post(widgetkitajax+"&task=delete_map",{id:a(this).attr("data-id")},function(b){b&&b.id?d.parents("tr:first").fadeOut(function(){a(this).remove()}):alert("Delete action failed.")},"json")}})});