fix undefined variable reference

pull/1/head
ansuz 9 years ago
parent 44fe95c76b
commit a995f2306d

@ -498,7 +498,7 @@ define([
// set the hash // set the hash
window.location.hash = info.channel + secret.key; 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.rememberPad(title);
Cryptpad.styleAlerts(); Cryptpad.styleAlerts();
}; };

Loading…
Cancel
Save