fix for footer js not executing on non-root

v1.18.x
psychobunny 12 years ago
parent 6dd8264685
commit f05b5165c5

@ -11,7 +11,7 @@
<footer class="footer">Copyright &copy; 2013 <a target="_blank" href="http://www.nodebb.com">NodeBB</a> by <a target="_blank" href="https://github.com/psychobunny">psychobunny</a>, <a href="https://github.com/julianlam" target="_blank">julianlam</a>, <a href="https://github.com/barisusakli" target="_blank">barisusakli</a> from <a target="_blank" href="http://www.designcreateplay.com">designcreateplay</a></footer>
</div>
<script type="text/javascript" src="src/forum/footer.js"></script>
<script type="text/javascript" src="/src/forum/footer.js"></script>
<!-- END Forum Info -->
</body>
</html>
Loading…
Cancel
Save