Changeset 3138512
- Timestamp:
- 08/20/2024 09:52:23 PM (20 months ago)
- Location:
- stylish-google-sheet-reader
- Files:
-
- 2 edited
-
tags/4.0/feedback.js (modified) (1 diff)
-
trunk/feedback.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
stylish-google-sheet-reader/tags/4.0/feedback.js
r3138510 r3138512 1 1 jQuery( "#deactivate-stylish-google-sheet-reader" ).click(function() { 2 window.open('https://wppluginbox.com/ sgsr-uninstall/','_blank');2 window.open('https://wppluginbox.com/uninstall/sgsr-v4/?uninstall_form='+btoa(window.location.href),'_blank'); 3 3 }); -
stylish-google-sheet-reader/trunk/feedback.js
r3138510 r3138512 1 1 jQuery( "#deactivate-stylish-google-sheet-reader" ).click(function() { 2 window.open('https://wppluginbox.com/ sgsr-uninstall/','_blank');2 window.open('https://wppluginbox.com/uninstall/sgsr-v4/?uninstall_form='+btoa(window.location.href),'_blank'); 3 3 });
Note: See TracChangeset
for help on using the changeset viewer.