user profile, editing and more statistics
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
width: 30px;
|
||||
}
|
||||
|
||||
.user-panel>.info {
|
||||
left: 40px;
|
||||
padding-top: 0px;
|
||||
}
|
||||
/*
|
||||
#ticktac img {
|
||||
width: 100%;
|
||||
|
||||
11
web/js/Chart.min.js
vendored
Executable file
11
web/js/Chart.min.js
vendored
Executable file
File diff suppressed because one or more lines are too long
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user