fix undefined variable reference
This commit is contained in:
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…
x
Reference in New Issue
Block a user