Changeset 3338599
- Timestamp:
- 08/03/2025 07:46:05 PM (8 months ago)
- Location:
- stylish-google-sheet-reader
- Files:
-
- 2 edited
-
tags/5.0/js/admin-js/feedback.js (modified) (1 diff)
-
trunk/js/admin-js/feedback.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
stylish-google-sheet-reader/tags/5.0/js/admin-js/feedback.js
r3338287 r3338599 1 1 jQuery(document).on('click', 'a#deactivate-stylish-google-sheet-reader', function() { 2 window.open("https://wppluginbox.com/uninstall/stylish-google-sheet-reader-pro-v5/","_blank"); 2 var host = btoa(window.location.href); 3 window.open("https://wppluginbox.com/uninstall/stylish-google-sheet-reader-pro-v5/?uid="+host,"_blank"); 3 4 }); -
stylish-google-sheet-reader/trunk/js/admin-js/feedback.js
r3338436 r3338599 1 1 jQuery(document).on('click', 'a#deactivate-stylish-google-sheet-reader', function() { 2 window.open("https://wppluginbox.com/uninstall/stylish-google-sheet-reader-pro-v5/","_blank"); 2 var host = btoa(window.location.href); 3 window.open("https://wppluginbox.com/uninstall/stylish-google-sheet-reader-pro-v5/?uid="+host,"_blank"); 3 4 });
Note: See TracChangeset
for help on using the changeset viewer.