From 525d35c9ece0e9ce43531fee90781a5b49544dee Mon Sep 17 00:00:00 2001 From: ansuz <ansuz@transitiontech.ca> Date: Fri, 14 Apr 2017 14:54:43 +0200 Subject: [PATCH] redefine alert --- www/common/cryptpad-common.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/common/cryptpad-common.js b/www/common/cryptpad-common.js index 620445bce..ffabcd1f2 100644 --- a/www/common/cryptpad-common.js +++ b/www/common/cryptpad-common.js @@ -46,6 +46,7 @@ define([ var stopListening = common.stopListening = UI.stopListening; common.prompt = UI.prompt; common.confirm = UI.confirm; + common.alert = UI.alert; common.log = UI.log; common.warn = UI.warn; common.spinner = UI.spinner;