From 8696254d88171d7de461cdc2111519f80c6413c6 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 1 Jun 2013 21:44:49 +0400 Subject: [PATCH] minor tweaks... Signed-off-by: Alex A. Naanou --- ui/index.html | 5 +---- ui/ui.js | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/ui/index.html b/ui/index.html index d720ea6a..818ef460 100755 --- a/ui/index.html +++ b/ui/index.html @@ -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... diff --git a/ui/ui.js b/ui/ui.js index 0bfbb205..37f0c153 100755 --- a/ui/ui.js +++ b/ui/ui.js @@ -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