| Server IP : 85.158.181.41 / Your IP : 216.73.217.12 Web Server : Apache System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64 User : moncbefd ( 1024) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/moncbefd/www.moneta.at/admin/html/assets/javascript/legacy/gm/ |
Upload File : |
function GMFavMaster(){$("#gm_box_favorites").ready(function(){fb&&console.log("gm_box_favorites ready"),$(".fav_drag_item").on("mouseover",function(){$(this).data("init")||($(this).data("init",!0),$(this).draggable({helper:"clone",start:function(e,t){$(this).parent("li").prepend('<div id="gm_fav_dropzone" class="gm_fav_add"><i class="fa fa-heart"></i></div>'),$("#gm_fav_dropzone").css({opacity:"0.9","z-index":"1000"}),$("#gm_fav_dropzone").css({left:"190px",top:"-30px"}),$("#gm_fav_dropzone").droppable({accept:".fav_drag_item",tolerance:"pointer",over:function(e,t){$("#gm_fav_dropzone").css("opacity","1.0")},out:function(e,t){$("#gm_fav_dropzone").css("opacity","0.9")},drop:function(e,t){var a=$(t.draggable).attr("id");gmFavMaster.save_fav(a),fb&&console.log("received:"+a)}})},stop:function(e,t){$("#gm_fav_dropzone").remove()}}))}),$(".fav_content_item").on("mouseover",function(){$(this).data("init")||($(this).data("init",!0),$(this).draggable({helper:"clone",start:function(e,t){$(this).parent("li").prepend('<div id="gm_fav_dropzone" class="gm_fav_remove"><i class="fa fa-trash"></i></div>'),$("#gm_fav_dropzone").css({opacity:"0.9","z-index":"1000"}),$("#gm_fav_dropzone").css({left:"190px",top:"-30px"}),$("#gm_fav_dropzone").droppable({accept:".fav_content_item",tolerance:"pointer",over:function(e,t){$("#gm_fav_dropzone").css("opacity","1.0")},out:function(e,t){$("#gm_fav_dropzone").css("opacity","0.9")},drop:function(e,t){var a=$(t.draggable).attr("id");gmFavMaster.delete_fav(a),fb&&console.log("received:"+a)}})},stop:function(e,t){$("#gm_fav_dropzone").remove()}}))})}),this.save_fav=function(e){$.ajax({url:"request_port.php?module=AdminMenu&action=save_fav&link_key="+e,success:function(t){list_link=$("<a></a>").addClass("fav_content_item ui-draggable").attr("id",$("#"+e).attr("id")).attr("href",$("#"+e).attr("href")).html($("#"+e).html()),list_element=$("<li></li>").addClass("leftmenu_body_item").append(list_link),0==$("#BOX_HEADING_FAVORITES").find("#"+e).length&&$("#BOX_HEADING_FAVORITES").append(list_element)}})},this.delete_fav=function(e){$.ajax({url:"request_port.php?module=AdminMenu&action=delete_fav&link_key="+e,success:function(t){$("#"+e).parent().remove()}})}}