mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 07:04:45 -04:00
Mark as 0.4.0
This commit is contained in:
parent
1a4792b8c4
commit
197ac5d5fb
3 changed files with 64 additions and 2 deletions
|
@ -12,7 +12,7 @@ var serverurl = window.location.protocol + '//' + domain + (port ? ':' + port :
|
|||
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.3.4';
|
||||
var version = '0.4.0';
|
||||
|
||||
var checkAuth = false;
|
||||
var profile = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue