Merge branch 'develop' into 'master'
Develop
This commit is contained in:
commit
9ffc1bec75
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
CACHE MANIFEST
|
||||
# 6.1.1
|
||||
# 6.1.2
|
||||
|
||||
COPYING
|
||||
README.md
|
||||
|
|
2
uhr.js
2
uhr.js
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue