Merge branch 'develop' into 'master'

Develop
This commit is contained in:
Manuel Friedli 2014-06-28 23:14:32 +02:00
commit 9ffc1bec75
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
CACHE MANIFEST
# 6.1.1
# 6.1.2
COPYING
README.md

2
uhr.js
View File

@ -35,7 +35,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
}
};
// auto-detect themes
var styleSheets = $('head link[rel=stylesheet]');
var styleSheets = $('link[rel=stylesheet]');
for (var i = 0; i < styleSheets.length; i++) {
var styleSheet = $(styleSheets[i]);
var styleClass = styleSheet.attr('data-class');