We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a7018e commit bcd21b5Copy full SHA for bcd21b5
appinfo/info.xml
@@ -5,7 +5,7 @@
5
<name>Time Tracker</name>
6
<summary>Time Tracker App</summary>
7
<description><![CDATA[Time Tracker App]]></description>
8
- <version>0.0.16</version>
+ <version>0.0.17</version>
9
<licence>agpl</licence>
10
<author mail="[email protected]" >MTier Ltd.</author>
11
<namespace>TimeTracker</namespace>
js/projects.js
@@ -6,8 +6,9 @@
$( function() {
function isAdmin(){
- return OC.currentUser == 'admin';
+ return oc_isadmin;
}
+
12
$(document).ready(function() {
13
$("#dialog-confirm").dialog({
14
autoOpen: false,
0 commit comments