webgrafia / ginger

Wordpress plugin to make website compliant with EU Cookie Policy, with opt-in feature
18 stars 7 forks source link

Bug: Custom Javascript Configuration on WordPress Multisite #27

Open TobiasPreiss opened 6 years ago

TobiasPreiss commented 6 years ago

https://github.com/webgrafia/ginger/blob/5a69b3624c5099fd4f2cfdb410f15f28ae3327d9/addon/jscustom/page/ginger-jscustom.php#L60

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

webgrafia commented 6 years ago

Thanks Tobias, we will merge it soon