mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 22:54:42 -04:00
Mark as 0.4.3
This commit is contained in:
parent
357ad0b535
commit
d7d83c102b
5 changed files with 41 additions and 4 deletions
|
@ -14,7 +14,7 @@ var serverurl = window.location.protocol + '//' + (domain ? domain : window.loca
|
|||
var noteid = urlpath ? window.location.pathname.slice(urlpath.length + 1, window.location.pathname.length).split('/')[1] : window.location.pathname.split('/')[1];
|
||||
var noteurl = serverurl + '/' + noteid;
|
||||
|
||||
var version = '0.4.2';
|
||||
var version = '0.4.3';
|
||||
|
||||
var checkAuth = false;
|
||||
var profile = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue