committed by
Kevin Papst
parent
76d4cba596
commit
65790f1fb7
@@ -1,16 +1,12 @@
|
||||
/*!
|
||||
* Kimai Time-Tracking - kimai.js
|
||||
*
|
||||
* This file is part of the Kimai package.
|
||||
*
|
||||
* (c) Kevin Papst <kevin@kevinpapst.de>
|
||||
/*
|
||||
* This file is part of the Kimai time-tracking app.
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
if (typeof jQuery === "undefined") {
|
||||
throw new Error("Kimai requires jQuery");
|
||||
if (typeof jQuery === 'undefined') {
|
||||
throw new Error('Kimai requires jQuery');
|
||||
}
|
||||
|
||||
/* kimai
|
||||
|
||||
Reference in New Issue
Block a user