Changeset 2057443
- Timestamp:
- 03/26/2019 08:57:32 AM (7 years ago)
- Location:
- clicface-organi/trunk
- Files:
-
- 2 edited
-
clicface-organi.php (modified) (5 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
clicface-organi/trunk/clicface-organi.php
r2009182 r2057443 4 4 Plugin URI: https://plugins.clicface.com/ 5 5 Description: The Org Chart web application. Clicface Trombi required. 6 Version: 2.0 66 Version: 2.07 7 7 Author: Clicface 8 8 Author URI: https://plugins.clicface.com/ … … 756 756 }); 757 757 758 jQuery(".suppression"). live('click', function() {758 jQuery(".suppression").on('click', function() { 759 759 function html_entity_decode(str) { 760 760 var ta=document.createElement("textarea"); … … 781 781 var delay = 200; // Delay in milliseconds 782 782 783 jQuery(".permutation"). live('click', function(event) {783 jQuery(".permutation").on('click', function(event) { 784 784 var id = jQuery(this).attr('id'); 785 785 id = id.replace("permuter_",""); … … 903 903 }); 904 904 905 jQuery(".permutation"). live('dblclick', function() {905 jQuery(".permutation").on('dblclick', function() { 906 906 if (timeout) { 907 907 // Clear the timeout since this is a double-click and we don't want … … 959 959 }); 960 960 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(); 963 964 }); 964 965 -
clicface-organi/trunk/readme.txt
r2031520 r2057443 5 5 Requires at least: 4.7 6 6 Tested up to: 5.1 7 Stable tag: 2.0 67 Stable tag: 2.07 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 85 85 86 86 == Changelog == 87 = 2.07 = 88 * Removing jQuery.live() function 89 * Removing parameters when clicking on the Reload button 90 87 91 = 2.06 = 88 92 * Fixing issue with last WordPress version 5.0
Note: See TracChangeset
for help on using the changeset viewer.