diff options
author | Johannes Raggam <raggam-nl@adm.at> | 2011-06-07 15:35:02 (GMT) |
---|---|---|
committer | Johannes Raggam <raggam-nl@adm.at> | 2011-06-07 15:35:02 (GMT) |
commit | 92500c8a48753af2779b7732d579864c91630b9d (patch) | |
tree | 2b11af0e6ebec7515fc7bbeca0f2741fb531773f | |
parent | 8cb7932a935df44404e163e0674c5a7fa86ecc26 (diff) |
outcomment while it's not workign
-rw-r--r-- | nop/site_media/nowplaying_form.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nop/site_media/nowplaying_form.js b/nop/site_media/nowplaying_form.js index ce3d2aa..1c1384f 100644 --- a/nop/site_media/nowplaying_form.js +++ b/nop/site_media/nowplaying_form.js @@ -1,8 +1,8 @@ jQuery(document).ready(function() { - jQuery("#nop_date").dateinput({ + /*jQuery("#nop_date").dateinput({ format: 'yyyy-mm-dd', firstDay: 1 - }); + });*/ jQuery("#nop_time").AnyTime_picker({ format: "%H:%i", labelTitle: "Zeit", |