Skip to content

Commit

Permalink
path refactor to wordpress plugin directory. hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Praesidiarius committed Dec 6, 2019
1 parent f9ca248 commit a9eaa0f
Show file tree
Hide file tree
Showing 24 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jQuery(function () {
}

// show we are working
jQuery('.plc-admin-alert-container').html('<img src="/wp-content/plugins/wpplc-swissknife/assets/img/ajax-loader.gif" style="position: absolute;" />');
jQuery('.plc-admin-alert-container').html('<img src="/wp-content/plugins/wp-plc-swissknife/assets/img/ajax-loader.gif" style="position: absolute;" />');

// update setting
jQuery.post('/wp-content/plugins/wpplc-swissknife/includes/ajax/setting_update.php',{setting_name:sName,setting_val:sVal},function(retVal) {
jQuery.post('/wp-content/plugins/wp-plc-swissknife/includes/ajax/setting_update.php',{setting_name:sName,setting_val:sVal},function(retVal) {
jQuery('.plc-admin-alert-container').html(retVal);
});
});
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a9eaa0f

Please sign in to comment.