path added not work, removed
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 30 Aug 2009 09:21:39 +0000 (09:21 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 30 Aug 2009 09:21:39 +0000 (09:21 +0000)
web/briskin5/briskin5.js

index c49f913..83a837c 100644 (file)
@@ -299,7 +299,7 @@ function preferences_init()
 function preferences_update()
 {
     var ret;
-    createCookie("CO_bin5_pref_ring_endauct", ($('preferences').ring_endauct ? "true" : "false"), 24*3650, cookiepath+"/briskin5"); 
+    createCookie("CO_bin5_pref_ring_endauct", ($('preferences').ring_endauct ? "true" : "false"), 24*3650, cookiepath); 
     ret = server_request('mesg', 'preferences_update');
 }