fix undefined variable reference

pull/1/head
ansuz 2016-07-16 12:42:23 +02:00
parent 44fe95c76b
commit a995f2306d
1 changed files with 1 additions and 1 deletions

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