Skip to content

Commit

Permalink
Fix javascipt errors on login and signup pages
Browse files Browse the repository at this point in the history
This will fix 'uncaught error ... requires jQuery' on login and signup page.

Fixes #21805
  • Loading branch information
LeoZandvliet authored and vboctor committed Oct 20, 2016
1 parent c97b135 commit 60f4e5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/layout_api.php
Expand Up @@ -349,7 +349,9 @@ function layout_login_page_begin() {
# Advertise the availability of the browser search plug-ins.
echo "\t", '<link rel="search" type="application/opensearchdescription+xml" title="MantisBT: Text Search" href="' . string_sanitize_url( 'browser_search_plugin.php?type=text', true) . '" />' . "\n";
echo "\t", '<link rel="search" type="application/opensearchdescription+xml" title="MantisBT: Issue Id" href="' . string_sanitize_url( 'browser_search_plugin.php?type=id', true) . '" />' . "\n";


html_head_javascript();

event_signal( 'EVENT_LAYOUT_RESOURCES' );
html_head_end();

Expand Down

0 comments on commit 60f4e5f

Please sign in to comment.