Fix html code not parsed

This commit is contained in:
yflory 2017-06-09 14:42:55 +02:00
parent df5cbfb53e
commit 9694272083

View file

@ -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);
}
});
};