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