-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Raimund Schlüßler
committed
Jul 26, 2016
1 parent
caccdff
commit 3250bd9
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "task", | ||
"description": "ownCloud Task App", | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"author": { | ||
"name": "Raimund Schlüßler", | ||
"email": "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
(function(angular, $, oc_requesttoken, undefined){ | ||
|
||
/** | ||
* ownCloud Task App - v0.9.1 | ||
* ownCloud Task App - v0.9.2 | ||
* | ||
* Copyright (c) 2016 - Raimund Schlüßler <[email protected]> | ||
* | ||
|
3250bd9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure it's the good place here but... I've a problem with the task application on owncloud 9.
With IE 11, the tasks are not visible
3250bd9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pretty weird place to put a comment like this actually 😉
Anyway, there is an issue for your problem: #341. You can find any details there.
3250bd9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.