File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ function sendAdminNotification($yform) {
8383
8484// Page selection
8585if ($ 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();
Original file line number Diff line number Diff 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();
Original file line number Diff line number Diff line change 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');
You can’t perform that action at this time.
0 commit comments