mirror of
https://github.com/Alamantus/Lexiconga.git
synced 2025-05-23 18:40:52 +02:00
Adjusted comments
This commit is contained in:
parent
8abef4c95d
commit
543c302fa8
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
||||||
var currentVersion = 0.2;
|
//Requires Markdown.js parser
|
||||||
|
var currentVersion = 0.2;
|
||||||
|
|
||||||
var currentDictionary = {
|
var currentDictionary = {
|
||||||
name: "New",
|
name: "New",
|
||||||
|
@ -14,7 +15,6 @@ var currentDictionary = {
|
||||||
}
|
}
|
||||||
|
|
||||||
var defaultDictionaryJSON = JSON.stringify(currentDictionary); //Saves a stringifyed default dictionary.
|
var defaultDictionaryJSON = JSON.stringify(currentDictionary); //Saves a stringifyed default dictionary.
|
||||||
//document.write(defaultDictionaryJSON);
|
|
||||||
|
|
||||||
var savedScroll = {
|
var savedScroll = {
|
||||||
x: 0,
|
x: 0,
|
||||||
|
|
Loading…
Add table
Reference in a new issue