user profile, editing and more statistics

This commit is contained in:
Kevin Papst
2016-11-09 21:58:00 +01:00
parent 1678129fe9
commit 8401797728
42 changed files with 1441 additions and 195 deletions

11
web/js/Chart.min.js vendored Executable file

File diff suppressed because one or more lines are too long

View File

@@ -10,7 +10,6 @@ $(document).ready(function() {
},
hook: function(name) {
alert('Hook: ' + name);
console.log($.fn.kimai.settings);
},
subscribe: function() {
pubSub.on.apply(pubSub, arguments);
@@ -31,9 +30,6 @@ $(document).ready(function() {
};
$.fn.kimai = function(options) {
console.log('#');
console.log(options);
console.log('#');
if (methods[options]) {
return methods[options].apply( this, Array.prototype.slice.call(arguments, 1));
} else if (typeof options === 'object') {