Skip to content
This repository has been archived by the owner on Mar 27, 2021. It is now read-only.

Commit

Permalink
Oprava registrace magnific skriptu
Browse files Browse the repository at this point in the history
  • Loading branch information
hlavacm committed Jun 19, 2015
1 parent 84c16a0 commit aed1316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/requires/common/kt_load_files.inc.php
Expand Up @@ -36,7 +36,7 @@ function kt_core_register_scripts_and_styles_handlers_callback() {
wp_register_script(KT_JQUERY_UNVEIL_SCRIPT, path_join(KT_CORE_JS_URL, "jquery.unveil.min.js"), array(KT_WP_JQUERY_SCRIPT), "", true);
wp_register_script(KT_CORE_SCRIPT, path_join(KT_CORE_JS_URL, "kt-core.js"), array(KT_WP_JQUERY_SCRIPT, KT_WP_JQUERY_UI_DATEPICKER_SCRIPT, KT_WP_JQUERY_UI_TOOLTIP_SCRIPT, KT_FORM_VALIDATION_SCRIPT), "", true);
wp_register_script(KT_JQUERY_MAGNIFIC_POPUP_SCRIPT, path_join(KT_CORE_JS_URL, "jquery.magnific-popup.min.js"), array(KT_WP_JQUERY_SCRIPT), "", true);
wp_register_script(KT_MAGNIFIC_POPUP_STYLE, path_join(KT_CORE_JS_URL, "kt-magnific-popup.js"), array(KT_WP_JQUERY_SCRIPT, KT_JQUERY_MAGNIFIC_POPUP_SCRIPT), "", true);
wp_register_script(KT_MAGNIFIC_POPUP_SCRIPT, path_join(KT_CORE_JS_URL, "kt-magnific-popup.min.js"), array(KT_WP_JQUERY_SCRIPT, KT_JQUERY_MAGNIFIC_POPUP_SCRIPT), "", true);
wp_register_script(KT_GOOGLE_MAP_SCRIPT, "https://maps.googleapis.com/maps/api/js");
// styles
wp_register_style(KT_CORE_STYLE, path_join(KT_CORE_CSS_URL, "kt-core.css"));
Expand Down

0 comments on commit aed1316

Please sign in to comment.