aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/overall_footer.html
diff options
context:
space:
mode:
authorCallum Macrae <callum@lynxphp.com>2011-09-11 15:42:00 +0100
committerIgor Wiedler <igor@wiedler.ch>2012-03-31 02:09:16 +0200
commit431a78f34696707973f1c67f4417d6ee85713ee6 (patch)
tree5adca5f5ee74fa51399d9a4f674b418af6c55d9f /phpBB/styles/prosilver/template/overall_footer.html
parent53201da98c7b9ca88d1b43f1b59b8d17208c2025 (diff)
downloadforums-431a78f34696707973f1c67f4417d6ee85713ee6.tar
forums-431a78f34696707973f1c67f4417d6ee85713ee6.tar.gz
forums-431a78f34696707973f1c67f4417d6ee85713ee6.tar.bz2
forums-431a78f34696707973f1c67f4417d6ee85713ee6.tar.xz
forums-431a78f34696707973f1c67f4417d6ee85713ee6.zip
[ticket/10270] Got rid of the temporary jQuery for the AJAX changes.
The jQuery library wasn't included before, so a temporary one was included. Now that igorws jQuery patch has been merged, the temporary library can be removed. PHPBB3-10270
Diffstat (limited to 'phpBB/styles/prosilver/template/overall_footer.html')
-rw-r--r--phpBB/styles/prosilver/template/overall_footer.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/template/overall_footer.html b/phpBB/styles/prosilver/template/overall_footer.html
index 37caaf7cca..20f6ee1f91 100644
--- a/phpBB/styles/prosilver/template/overall_footer.html
+++ b/phpBB/styles/prosilver/template/overall_footer.html
@@ -29,9 +29,6 @@
<div id="darken">&nbsp;</div>
<div class="jalert" id="loadingalert"><h3>{L_LOADING}</h3><p>{L_PLEASE_WAIT}</p></div>
</div>
-
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
- <script src="styles/script.js"></script>
</div>
</div>
@@ -43,6 +40,7 @@
<script type="text/javascript" src="{T_JQUERY_LINK}"></script>
<!-- IF S_JQUERY_FALLBACK --><script type="text/javascript">window.jQuery || document.write(unescape('%3Cscript src="{T_ASSETS_PATH}/javascript/jquery.js" type="text/javascript"%3E%3C/script%3E'));</script><!-- ENDIF -->
+<script type="text/javascript" src="styles/script.js"></script>
</body>
</html>