Skip to content

Commit

Permalink
Merge pull request #1636 from ariana-paris/Issue-3975-Remove-old-Logi…
Browse files Browse the repository at this point in the history
…n-JS-functions

3975 - Remove obsolete functions initSelect and hideFormFields from login page
  • Loading branch information
CristinaRO committed Apr 27, 2014
2 parents 1289065 + 157a9d4 commit f300870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/session.html.erb
Expand Up @@ -19,7 +19,7 @@
</title>
<%= render :partial => 'layouts/includes' %>
</head>
<body onload="hideFormFields(); initSelect('languages_menu')">
<body>
<%= render :partial => 'layouts/header' %>
<!-- BEGIN main -->
<div id="main" class="<%= controller.controller_name + '-' + controller.action_name %> system session region">
Expand Down

0 comments on commit f300870

Please sign in to comment.