Make the delay for tooltips configurable

This commit is contained in:
yflory
2017-07-20 17:08:11 +02:00
parent a5a73ce326
commit b9bba76b4e
2 changed files with 4 additions and 2 deletions

View File

@@ -1779,6 +1779,7 @@ define([
initialized = true;
updateLocalVersion();
common.addTooltips();
f(void 0, env);
if (typeof(window.onhashchange) === 'function') { window.onhashchange(); }
}
@@ -1797,7 +1798,6 @@ define([
store = common.store = env.store = storeObj;
common.addDirectMessageHandler(common);
common.addTooltips();
var proxy = getProxy();
var network = getNetwork();