diff --git a/demo/default.js b/demo/default.js index 4fff87fc..75d56e49 100644 --- a/demo/default.js +++ b/demo/default.js @@ -95,7 +95,7 @@ // Handle violation navigation function onLineNumberClick(e) { - var line = document.getElementById("l" + e.target.innerText); + var line = document.getElementById("l" + e.target.textContent); if (line) { var highlighted = document.getElementsByClassName("highlight"); Array.prototype.forEach.call(highlighted, function forElement(element) { diff --git a/demo/offline.appcache b/demo/offline.appcache index fcf51751..eaa407db 100644 --- a/demo/offline.appcache +++ b/demo/offline.appcache @@ -1,5 +1,5 @@ CACHE MANIFEST -# 2015-05-07 +# 2015-05-08 browser-polyfills.js default.css default.htm