File tree 1 file changed +18
-15
lines changed
1 file changed +18
-15
lines changed Original file line number Diff line number Diff line change 38
38
< link rel ="stylesheet " media ="all " type ="text/css " href ="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css " />
39
39
< link rel ="stylesheet " media ="all " type ="text/css " href ="jquery-ui-timepicker-addon.css " />
40
40
41
- < script type ="text/javascript " src ="http://code.jquery.com/jquery-1.9.1.min.js "> </ script >
42
- < script type ="text/javascript " src ="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js "> </ script >
43
- < script type ="text/javascript " src ="jquery-ui-timepicker-addon.js "> </ script >
44
- < script type ="text/javascript " src ="jquery-ui-sliderAccess.js "> </ script >
45
- < script type ="text/javascript ">
46
-
47
- $ ( function ( ) {
48
- $ ( '#tabs' ) . tabs ( ) ;
49
-
50
- $ ( '.example-container > pre' ) . each ( function ( i ) {
51
- eval ( $ ( this ) . text ( ) ) ;
52
- } ) ;
53
- } ) ;
54
-
55
- </ script >
56
41
</ head >
57
42
< body >
58
43
< div class ="wrapper ">
@@ -947,6 +932,24 @@ <h3 id="utility_examples">Utilities</h3>
947
932
948
933
949
934
</ div >
935
+
936
+
937
+ < script type ="text/javascript " src ="http://code.jquery.com/jquery-1.9.1.min.js "> </ script >
938
+ < script type ="text/javascript " src ="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js "> </ script >
939
+ < script type ="text/javascript " src ="jquery-ui-timepicker-addon.js "> </ script >
940
+ < script type ="text/javascript " src ="jquery-ui-sliderAccess.js "> </ script >
941
+ < script type ="text/javascript ">
942
+
943
+ $ ( function ( ) {
944
+ $ ( '#tabs' ) . tabs ( ) ;
945
+
946
+ $ ( '.example-container > pre' ) . each ( function ( i ) {
947
+ eval ( $ ( this ) . text ( ) ) ;
948
+ } ) ;
949
+ } ) ;
950
+
951
+ </ script >
952
+
950
953
< script type ="text/javascript "> /*
951
954
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
952
955
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
You can’t perform that action at this time.
0 commit comments