Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
cburgmer committed Apr 1, 2015
1 parent 33f09dc commit a1840b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/RegressionRunner.html
Expand Up @@ -20,6 +20,6 @@
</script>
</head>
<body>
<button onclick="localStorage.clear(); indexedDB.deleteDatabase('csscritic'); window.location.reload();">Reset all tests</button>
<button onclick="indexedDB.deleteDatabase('csscritic'); window.location.reload();">Reset all tests</button>
</body>
</html>

0 comments on commit a1840b1

Please sign in to comment.