Bug 9529 - Adding a patron shows javascript on screen under login section
A typo in my patch for Bug 9265 (HTML5 switch) left an extra quotation mark in a <script> tag on the patron entry form, causing JavaScript code to be output as text instead of interpreted. This patch corrects it. To test, apply the patch, enable EnhancedMessagingPreferences, and load the patron entry form. You should see no JavaScript on screen around the 'Patron messaging preferences' fieldset. Signed-off-by: Galen Charlton <gmc@esilibrary.com> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
This commit is contained in:
parent
c7642c2a88
commit
5431fa07d3
1 changed files with 1 additions and 1 deletions
|
@ -1385,7 +1385,7 @@
|
|||
<!-- handle changing prefs if creating new patron and changing
|
||||
the patron category
|
||||
-->
|
||||
<script" type="text/javascript">//<![CDATA[
|
||||
<script type="text/javascript">//<![CDATA[
|
||||
$(document).ready(function(){
|
||||
var message_prefs_dirty = false;
|
||||
$('#memberentry_messaging_prefs > *').change(function() {
|
||||
|
|
Loading…
Reference in a new issue