Bug 23727: (QA follow-up) Fix script tags
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
parent
7d15ff3404
commit
8e4bf7608e
2 changed files with 2 additions and 2 deletions
|
@ -166,7 +166,7 @@
|
|||
</div>
|
||||
|
||||
[% MACRO jsinclude BLOCK %]
|
||||
<script type="text/javascript">
|
||||
<script>
|
||||
//<![CDATA[
|
||||
$(document).ready(function(){
|
||||
$('.field-toggle').change(function() {
|
||||
|
|
|
@ -139,7 +139,7 @@
|
|||
</div>
|
||||
|
||||
[% MACRO jsinclude BLOCK %]
|
||||
<script type="text/javascript">
|
||||
<script>
|
||||
//<![CDATA[
|
||||
$(document).ready(function(){
|
||||
$('.field-toggle').change(function() {
|
||||
|
|
Loading…
Reference in a new issue