diff --git a/manifest.appcache b/manifest.appcache index aaf6804..2490f42 100644 --- a/manifest.appcache +++ b/manifest.appcache @@ -1,5 +1,5 @@ CACHE MANIFEST -# 2.2.1 +# 2.2.2 index.html jquery-2.0.3.min.js diff --git a/uhr.js b/uhr.js index e0f11fd..f5fa0ef 100644 --- a/uhr.js +++ b/uhr.js @@ -89,7 +89,7 @@ Uhr.prototype.update = function() { } } Uhr.prototype.clear = function() { - this.renderarea.find('.item').removeClass('active'); + this.renderarea.parent().find('.item').removeClass('active'); } Uhr.prototype.highlight = function(itemClass) { this.renderarea.parent().find('.item.' + itemClass).addClass('active');