Ability to use Ctrl+click on the cryptpad logo in apps

This commit is contained in:
yflory
2017-02-15 18:31:36 +01:00
parent 7497e0d1c5
commit 7762ffcbff
2 changed files with 0 additions and 8 deletions

View File

@@ -27,7 +27,6 @@ define([
APP._onRefresh.push(h);
};
var refresh = APP.refresh = function () {
console.log('chnge');
APP._onRefresh.forEach(function (h) {
h();
});