This repository has been archived by the owner on Jul 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't prevent shortcuts if a button (starred icon for instance) is fo…
…cused (theres no input for buttons anyways), fix #497
- Loading branch information
Bernhard Posselt
committed
Apr 3, 2014
1 parent
4ab9494
commit 19bab14
Showing
3 changed files
with
3 additions
and
3 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
19bab14
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.
After the 1.808-Update, i have the strange behaviour that no excerpt is shown anymore...
Owncloud 6.0.1
19bab14
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.
Can you clear the cache and check the logs?
19bab14
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.
Thanks, cache was the problem.
Have you thought about including you scripts with a dummy-get-parameter? like src="./path/to/script.js?v=1"?
And if you release a new version you can just count the parameter up. This will keep cache-functionallity, but if you release a new version, browser will load the new version ;)
cheers
19bab14
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.
Nope because core creates one big file anyways so i have no control over that