minor tweaks...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-06-01 21:44:49 +04:00
parent 4e24861b66
commit 8696254d88
2 changed files with 2 additions and 5 deletions

View File

@ -105,9 +105,6 @@ $(function(){
})
*/
//setElementOrigin($('.ribbon-set'), 'top', 'left')
// we have an image file...
if((DATA_ATTR + '_BASE_URL') in localStorage){
BASE_URL = localStorage[DATA_ATTR + '_BASE_URL']
@ -131,7 +128,7 @@ $(function(){
loading
.done(function(){
console.log('Loading settings...')
showStatus('Loading settings...')
loadLocalStorageSettings()
// XXX this will reload everything...

View File

@ -6,7 +6,7 @@
//var DEBUG = DEBUG != null ? DEBUG : true
var CURSOR_SHOW_THRESHOLD = 10
var CURSOR_SHOW_THRESHOLD = 20
var CURSOR_HIDE_TIMEOUT = 1000