summaryrefslogtreecommitdiff
path: root/nop/site_media
diff options
context:
space:
mode:
authorJohannes Raggam <raggam-nl@adm.at>2011-06-01 10:21:17 (GMT)
committerJohannes Raggam <raggam-nl@adm.at>2011-06-01 10:21:17 (GMT)
commitb0fc7daaaede72ceb38c00115b0a79fb600137d7 (patch)
tree41ab6bc25d244a5566139ce10e6cfc8dabfd112e /nop/site_media
parent533da937fc41513ec25f8e64294b135e42a24ceb (diff)
use GET instead of POST, since it simply works with deliverance
Diffstat (limited to 'nop/site_media')
-rw-r--r--nop/site_media/nowplaying_form.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/nop/site_media/nowplaying_form.js b/nop/site_media/nowplaying_form.js
index 86656d5..ce3d2aa 100644
--- a/nop/site_media/nowplaying_form.js
+++ b/nop/site_media/nowplaying_form.js
@@ -1,9 +1,9 @@
-$(document).ready(function() {
- $("#nop_date").dateinput({
+jQuery(document).ready(function() {
+ jQuery("#nop_date").dateinput({
format: 'yyyy-mm-dd',
firstDay: 1
});
- $("#nop_time").AnyTime_picker({
+ jQuery("#nop_time").AnyTime_picker({
format: "%H:%i",
labelTitle: "Zeit",
labelHour: "Stunde",