diff options
Diffstat (limited to 'phpBB/styles/subsilver2/template/overall_footer.html')
-rw-r--r-- | phpBB/styles/subsilver2/template/overall_footer.html | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/phpBB/styles/subsilver2/template/overall_footer.html b/phpBB/styles/subsilver2/template/overall_footer.html index 11989feca6..8cc5591478 100644 --- a/phpBB/styles/subsilver2/template/overall_footer.html +++ b/phpBB/styles/subsilver2/template/overall_footer.html @@ -10,25 +10,8 @@ <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?assets_version={T_ASSETS_VERSION}" type="text/javascript"%3E%3C/script%3E'));</script><!-- ENDIF --> +<!-- INCLUDEJS template/common.js --> {SCRIPTS} -<script type="text/javascript"> -// <![CDATA[ -<!-- IF S_NOTIFICATIONS_DISPLAY --> -(function($) { // Avoid conflicts with other libraries - -$(document).click(function(e) { - var target = e.target; - - if (!$(target).is('#notification_list') && !$(target).is('#notification_list_button') && !$(target).parents().is('#notification_list')) { - $('#notification_list').hide(); - } -}); - -})(jQuery); // Avoid conflicts with other libraries -<!-- ENDIF --> -// ]]> -</script> - </body> </html> |