Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

customizer.js #158

Closed
ryanvaness opened this issue Feb 18, 2016 · 0 comments
Closed

customizer.js #158

ryanvaness opened this issue Feb 18, 2016 · 0 comments
Assignees
Labels

Comments

@ryanvaness
Copy link

Function _s_customize_preview_js Line 84 in customizer.php should have '/assets' prepended.

Current
wp_enqueue_script( '_s_customizer', get_template_directory_uri() . '/js/customizer.js', array( 'customize-preview' ), '20130508', true );

Fix
wp_enqueue_script( '_s_customizer', get_template_directory_uri() . '/assets/js/customizer.js', array( 'customize-preview' ), '20130508', true );

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants