mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 23:24:46 -04:00
Mark as 0.4.6
This commit is contained in:
parent
c8d37dd192
commit
39521f25a7
4 changed files with 62 additions and 3 deletions
|
@ -12,7 +12,7 @@ window.serverurl = window.location.protocol + '//' + (domain ? domain : window.l
|
|||
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.5';
|
||||
var version = '0.4.6';
|
||||
|
||||
var checkAuth = false;
|
||||
var profile = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue