Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

Commit

Permalink
Fixed #6 -> Version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kimbtech committed Mar 26, 2019
1 parent b8d969a commit fec89a3
Show file tree
Hide file tree
Showing 16 changed files with 42 additions and 97 deletions.
35 changes: 35 additions & 0 deletions build/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 1 addition & 5 deletions system/data/notes/noteslist.json
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
[
"c6bc63e7b53798fcbb585a1ad2f36dea9219074320e4c430bed10880eabb117162464837256c9f0c4ad1b3cebd1602203849",
"409e9ef54b5f9b59cc83048e0df457ecfcaa5501ccec7d3be657e982a6fd9f7f8bd5e2ed8c88abef1c61eee79447eed839b3",
"36dcee28c01cc771467d6f488de5b0ba5d44a506283f6c136d0c7d19b720bf4cd71c889b6e8c9384a3155db80620e5161b49"
]
[]
17 changes: 0 additions & 17 deletions system/data/user/user_klpydchcdmqopiwqldkfgfhmkmehdt.json

This file was deleted.

4 changes: 1 addition & 3 deletions system/data/user/userslist.json
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
[
"klpydchcdmqopiwqldkfgfhmkmehdt"
]
[]
11 changes: 1 addition & 10 deletions system/data/userlist.json
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
[
{
"username": "admin",
"password": "15dfe0ef112e1e0b11d311eb46e478e9af3b0d94c133edb3a4efc1828a88cf77",
"salt": "jX1lf2KRfWbKTyaRLoaPTEbd1joytZqiP54xDwAE",
"userid": "klpydchcdmqopiwqldkfgfhmkmehdt",
"admin": true,
"authcodes": []
}
]
[]
2 changes: 1 addition & 1 deletion system/load/backend.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 0 additions & 16 deletions system/load/devjs/fun_list.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,22 +141,6 @@ function list(){
maker( noteid, name );
});

$( "div.noteslist div.listpart div.list ul" ).sortable({
placeholder: "ui-state-highlight"
});
$( "div.noteslist div.listpart div.list ul" ).on( 'sortchange', function( event, ui ) {
var noteslist = [];
var top = $( "div.noteslist div.listpart div.list ul li" ).length;
$( "div.noteslist div.listpart div.list ul li" ).each((k, elem) => {
console.log(JSON.stringify( noteslist));
noteslist.push({
'noteid' : $( elem ).attr( "noteid" ),
'position' : top--
});
});
console.log(JSON.stringify( noteslist) + '--');
});

if( systemOfflineMode ){
$( "span.noteseditbuttons" ).addClass("disable");
}
Expand Down
2 changes: 1 addition & 1 deletion system/load/notes.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion system/load/notes.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion system/php/systemInit.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ abstract class SystemInit{

//Sytemversion
// [ Hauptversionsnummer, Unternummer, Patch, Zusatz (Alpha, Beta, Final) ] => [1, 23, 5, 'B'] -> 1.23.5 Beta
const SYSTEMVERSION = [ 1, 0, 3, 'Final' ];
const SYSTEMVERSION = [ 1, 1, 0, 'Final' ];

/*
Auslesen der Konfiguration
Expand Down

0 comments on commit fec89a3

Please sign in to comment.