Skip to content

Commit b394882

Browse files
committed
js enhancement
1 parent d0f302d commit b394882

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/60/1/output.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function sendAdminNotification($yform) {
8383

8484
// Page selection
8585
if($page_no > 1) {
86-
print "<script type='text/javascript'>
86+
print "<script>
8787
// show only first page
8888
jQuery(document).ready(function($) {
8989
$('.guestbook-page').hide();

modules/60/3/output.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ function click_stars(wert) {
144144
print '</div>'; // End pagination
145145
// Page selection
146146
if($page_no > 1) {
147-
print "<script type='text/javascript'>
147+
print "<script>
148148
// show only first page
149149
jQuery(document).ready(function($) {
150150
$('.guestbook-page').hide();

pages/entries.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
</div>
107107
</form>
108108
<br>
109-
<script type='text/javascript'>
109+
<script>
110110
jQuery(document).ready(function($) {
111111
$('legend').each(function() {
112112
$(this).addClass('open');

0 commit comments

Comments
 (0)