Plugin Directory

Changeset 2057443


Ignore:
Timestamp:
03/26/2019 08:57:32 AM (7 years ago)
Author:
clicface
Message:

Removing jQuery.live() function
Removing parameters when clicking on the Reload button

Location:
clicface-organi/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • clicface-organi/trunk/clicface-organi.php

    r2009182 r2057443  
    44Plugin URI: https://plugins.clicface.com/
    55Description: The Org Chart web application. Clicface Trombi required.
    6 Version: 2.06
     6Version: 2.07
    77Author: Clicface
    88Author URI: https://plugins.clicface.com/
     
    756756        });
    757757       
    758         jQuery(".suppression").live('click', function() {
     758        jQuery(".suppression").on('click', function() {
    759759            function html_entity_decode(str) {
    760760                var ta=document.createElement("textarea");
     
    781781        var delay = 200;  // Delay in milliseconds
    782782       
    783         jQuery(".permutation").live('click', function(event) {
     783        jQuery(".permutation").on('click', function(event) {
    784784            var id = jQuery(this).attr('id');
    785785            id = id.replace("permuter_","");
     
    903903        });
    904904       
    905         jQuery(".permutation").live('dblclick', function() {
     905        jQuery(".permutation").on('dblclick', function() {
    906906            if (timeout) {
    907907                // Clear the timeout since this is a double-click and we don't want
     
    959959        });
    960960       
    961         jQuery("#clicface_reload_page_button").live('click', function() {
    962             location.reload();
     961        jQuery("#clicface_reload_page_button").on('click', function() {
     962            window.location = window.location.href.split("?")[0];
     963            window.location.href.split("?")[0].reload();
    963964        });
    964965       
  • clicface-organi/trunk/readme.txt

    r2031520 r2057443  
    55Requires at least: 4.7
    66Tested up to: 5.1
    7 Stable tag: 2.06
     7Stable tag: 2.07
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8585
    8686== Changelog ==
     87= 2.07 =
     88* Removing jQuery.live() function
     89* Removing parameters when clicking on the Reload button
     90
    8791= 2.06 =
    8892* Fixing issue with last WordPress version 5.0
Note: See TracChangeset for help on using the changeset viewer.