Current Directory: /home/astoriaah/www/old15/media/widgetkit/widgets/map/js
Viewing File: /home/astoriaah/www/old15/media/widgetkit/widgets/map/js/dashboard.js
/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */
jQuery(function($){$("#map").delegate("a.action.delete","click",function(e){e.preventDefault();if(!confirm("Are you Sure?"))return;var button=$(this);$.post(widgetkitajax+"&task=delete_map",{id:$(this).attr("data-id")},function(data){if(data&&data.id){button.parents("tr:first").fadeOut(function(){$(this).remove()})}else{alert("Delete action failed.")}},"json")})});