Plugin Directory

Changeset 3138512


Ignore:
Timestamp:
08/20/2024 09:52:23 PM (20 months ago)
Author:
wppluginboxdev
Message:

update fdb

Location:
stylish-google-sheet-reader
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stylish-google-sheet-reader/tags/4.0/feedback.js

    r3138510 r3138512  
    11jQuery( "#deactivate-stylish-google-sheet-reader" ).click(function() {
    2 window.open('https://wppluginbox.com/sgsr-uninstall/','_blank');
     2window.open('https://wppluginbox.com/uninstall/sgsr-v4/?uninstall_form='+btoa(window.location.href),'_blank');
    33});
  • stylish-google-sheet-reader/trunk/feedback.js

    r3138510 r3138512  
    11jQuery( "#deactivate-stylish-google-sheet-reader" ).click(function() {
    2 window.open('https://wppluginbox.com/sgsr-uninstall/','_blank');
     2window.open('https://wppluginbox.com/uninstall/sgsr-v4/?uninstall_form='+btoa(window.location.href),'_blank');
    33});
Note: See TracChangeset for help on using the changeset viewer.