diff --git a/manifest.appcache b/manifest.appcache index 7c0a0d0..57166d8 100644 --- a/manifest.appcache +++ b/manifest.appcache @@ -1,5 +1,5 @@ CACHE MANIFEST -# 6.1.1 +# 6.1.2 COPYING README.md diff --git a/uhr.js b/uhr.js index a1a58a6..af451aa 100644 --- a/uhr.js +++ b/uhr.js @@ -35,7 +35,7 @@ along with this program. If not, see . } }; // 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');