Skip to content

Commit a9eaa0f

Browse files
author
Praesidiarius
committed
path refactor to wordpress plugin directory. hotfix
1 parent f9ca248 commit a9eaa0f

24 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

wpplc-swissknife/assets/js/plc-admin.js renamed to wp-plc-swissknife/assets/js/plc-admin.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jQuery(function () {
2727
}
2828

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

3232
// update setting
33-
jQuery.post('/wp-content/plugins/wpplc-swissknife/includes/ajax/setting_update.php',{setting_name:sName,setting_val:sVal},function(retVal) {
33+
jQuery.post('/wp-content/plugins/wp-plc-swissknife/includes/ajax/setting_update.php',{setting_name:sName,setting_val:sVal},function(retVal) {
3434
jQuery('.plc-admin-alert-container').html(retVal);
3535
});
3636
});

0 commit comments

Comments
 (0)