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

Bug: Custom Javascript Configuration on WordPress Multisite #27

Open
TobiasPreiss opened this issue Jun 6, 2018 · 1 comment
Open

Comments

@TobiasPreiss
Copy link

<script src="../wp-content/plugins/ginger/admin/js/jquery.repeater-master/jquery.repeater.js"></script>

should be change to:
<script src="<?php echo  plugins_url(); ?>/ginger/admin/js/jquery.repeater-master/jquery.repeater.js"></script>

@webgrafia
Copy link
Owner

Thanks Tobias, we will merge it soon

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

No branches or pull requests

2 participants