mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-06 17:04:30 +00:00
Removed console warning
This commit is contained in:
@@ -13,7 +13,6 @@ $(document).ready(function () {
|
||||
if (window.location.hash == 'upload#') {
|
||||
Backbone.history.navigate("/");
|
||||
}
|
||||
console.warn("Need to check indexOf IE8 shim is working");
|
||||
if (!Array.prototype.indexOf) {
|
||||
console.log("Shimming indexOf for IE8");
|
||||
Array.prototype.indexOf = function (searchElement /*, fromIndex */) {
|
||||
|
||||
Reference in New Issue
Block a user