integration/modal-video.html
changeset 18 16b482c153fd
parent 16 c66274d0d850
child 38 0e6e631718ee
--- a/integration/modal-video.html	Thu May 16 17:43:27 2013 +0200
+++ b/integration/modal-video.html	Thu May 16 18:03:54 2013 +0200
@@ -44,5 +44,9 @@
 	</div>
 </div>
 <script type="text/javascript">
-$('.select-duration .number-spin').spin(spinParam);
+$('.select-duration .number-spin').spin({
+	imageBasePath :'lib/spin/img/',
+    max:60,
+    min:0
+});
 </script>
\ No newline at end of file