Plugin Directory

Changeset 3338599


Ignore:
Timestamp:
08/03/2025 07:46:05 PM (8 months ago)
Author:
wppluginboxdev
Message:

update fb

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

Legend:

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

    r3338287 r3338599  
    11jQuery(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");
    34});
  • stylish-google-sheet-reader/trunk/js/admin-js/feedback.js

    r3338436 r3338599  
    11jQuery(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");
    34});
Note: See TracChangeset for help on using the changeset viewer.