From 969427208382b34291f8eff3e06037766d165bb9 Mon Sep 17 00:00:00 2001 From: yflory Date: Fri, 9 Jun 2017 14:42:55 +0200 Subject: [PATCH] Fix html code not parsed --- www/common/fsStore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/fsStore.js b/www/common/fsStore.js index edfd02aad..67d87ed9c 100644 --- a/www/common/fsStore.js +++ b/www/common/fsStore.js @@ -299,7 +299,7 @@ define([ if (path[0] === 'drive' && path[1] === "migrate" && value == 1) { rt.network.disconnect(); rt.realtime.abort(); - Cryptpad.alert(Cryptpad.Messages.fs_migration); + Cryptpad.alert(Cryptpad.Messages.fs_migration, null, true); } }); };