Skip to content
Snippets Groups Projects
Commit 35ba5983 authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

init

parent b923637c
No related branches found
No related tags found
No related merge requests found
Pipeline #6324 passed with warnings
alert(1);
\ No newline at end of file
......@@ -52,7 +52,7 @@ class AjaxHandler implements HookablePluginDependant
$suffix = defined('SCRIPT_DEBUG') && SCRIPT_DEBUG ? '' : '.min';
wp_register_script(
self::SCRIPT_HANDLE,
trailingslashit($this->assetsURL) . 'js/' . $suffix . '.js',
trailingslashit($this->assetsURL) . 'js/notice' . $suffix . '.js',
array( 'jquery' ),
self::SCRIPTS_VERSION
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment