fix undefined variable reference

This commit is contained in:
ansuz 2016-07-16 12:42:23 +02:00
parent 44fe95c76b
commit a995f2306d

View File

@ -498,7 +498,7 @@ define([
// set the hash
window.location.hash = info.channel + secret.key;
var title = document.title = Cryptpad.getPadTitle() || $title.val();
var title = document.title = Cryptpad.getPadTitle();
Cryptpad.rememberPad(title);
Cryptpad.styleAlerts();
};