Plugin Directory

Changeset 2367105


Ignore:
Timestamp:
08/22/2020 03:00:58 PM (6 years ago)
Author:
longvietweb
Message:

jquery decompression update reported malicious code by google ads

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quick-call-button/trunk/assets/js/drag-quick-call-button.js

    r2287687 r2367105  
    1 var _0x711c=["\x23\x64\x72\x61\x67\x67\x61\x62\x6C\x65","\x64\x72\x61\x67\x67\x61\x62\x6C\x65"];(function(){var _0x7c21x1=false;var _0x7c21x2=jQuery(_0x711c[0]);_0x7c21x3();function _0x7c21x3(){_0x7c21x2[_0x711c[1]]({drag:function(){_0x7c21x1= true}})}})()
     1(function () {
     2    var isDragging = false;
     3    var $qcbIcon = jQuery('#draggable');
     4    initDragAndDrop();
     5    function initDragAndDrop() {
     6        $qcbIcon.draggable({
     7            drag: function () {
     8                isDragging = true;
     9            }
     10        });
     11    }
     12})();
Note: See TracChangeset for help on using the changeset viewer.