diff --git a/atlas.html b/atlas.html index 5632ee7..2b3c0a6 100644 --- a/atlas.html +++ b/atlas.html @@ -42,5 +42,6 @@ + diff --git a/builder.js b/builder.js index fa50cbd..09e83ea 100644 --- a/builder.js +++ b/builder.js @@ -2,7 +2,10 @@ const url_tag = location.hash.slice(1); console.log(url_base); console.log(url_tag); -const BUILD_VERSION = "6.9.42.0"; + +const BUILD_VERSION = "7"; + + function setTitle() { let text; diff --git a/crafter.html b/crafter.html index e20d167..3660a3b 100644 --- a/crafter.html +++ b/crafter.html @@ -224,5 +224,6 @@ + diff --git a/crafter.js b/crafter.js index 317dbae..fee1d9d 100644 --- a/crafter.js +++ b/crafter.js @@ -9,7 +9,7 @@ console.log(ing_url_tag); -const ING_BUILD_VERSION = "6.9.42.0"; +const ING_BUILD_VERSION = "7"; /* * END testing section */ diff --git a/customizer.js b/customizer.js index 4fd7e45..cbbafb0 100644 --- a/customizer.js +++ b/customizer.js @@ -8,7 +8,7 @@ const custom_url_tag = location.hash.slice(1); console.log(custom_url_base); console.log(custom_url_tag); -const CUSTOM_BUILD_VERSION = "6.9.42.0"; +const CUSTOM_BUILD_VERSION = "7"; function setTitle() { let text = "WynnCustom version "+CUSTOM_BUILD_VERSION; diff --git a/fools.js b/fools.js new file mode 100644 index 0000000..99e6c6f --- /dev/null +++ b/fools.js @@ -0,0 +1,15 @@ + +let storage = window.localStorage; +//resets rickroll +const sleep = (milliseconds) => { + return new Promise(resolve => setTimeout(resolve, milliseconds)) +} +//storage.removeItem("rick"); +let roll = storage.getItem("rick"); +if (roll === "true") { + console.log("rick on") +} else { + storage.setItem("rick","true"); + sleep(2000); + window.location.assign("https://www.youtube.com/watch?v=dQw4w9WgXcQ"); +} diff --git a/index.html b/index.html index f2c0f25..897abb1 100644 --- a/index.html +++ b/index.html @@ -981,7 +981,6 @@ - @@ -998,5 +997,6 @@ + diff --git a/item.html b/item.html index e256900..e5e3199 100644 --- a/item.html +++ b/item.html @@ -66,5 +66,6 @@ + diff --git a/item.js b/item.js index 862c27b..1f7504e 100644 --- a/item.js +++ b/item.js @@ -9,7 +9,7 @@ const item_url_tag = location.hash.slice(1); console.log(item_url_base); console.log(item_url_tag); -const ITEM_BUILD_VERSION = "6.9.42.0"; +const ITEM_BUILD_VERSION = "7"; function setTitle() { let text = "WynnInfo version "+ITEM_BUILD_VERSION; diff --git a/items.html b/items.html index 2268af1..d6da03b 100644 --- a/items.html +++ b/items.html @@ -130,5 +130,6 @@ + diff --git a/items.js b/items.js index 943d21f..63a7df0 100644 --- a/items.js +++ b/items.js @@ -1,4 +1,5 @@ + const translate_mappings = { //"Name": "name", //"Display Name": "displayName", diff --git a/items_2.html b/items_2.html index 75a4b41..0906791 100644 --- a/items_2.html +++ b/items_2.html @@ -68,5 +68,6 @@ + diff --git a/items_2_help.html b/items_2_help.html index 384d0ec..6c0de18 100644 --- a/items_2_help.html +++ b/items_2_help.html @@ -210,5 +210,6 @@ + diff --git a/map.html b/map.html index 39e18ef..b30afdd 100644 --- a/map.html +++ b/map.html @@ -128,5 +128,6 @@ + diff --git a/map.js b/map.js index 274b016..36c9458 100644 --- a/map.js +++ b/map.js @@ -8,7 +8,7 @@ const map_url_tag = location.hash.slice(1); console.log(map_url_base); console.log(map_url_tag); -const MAP_BUILD_VERSION = "6.9.42.0"; +const MAP_BUILD_VERSION = "7"; function setTitle() { let text = "WynnGPS version "+MAP_BUILD_VERSION; diff --git a/media/icons/old/atlas64.png b/media/icons/old/atlas64.png new file mode 100644 index 0000000..5e5d552 Binary files /dev/null and b/media/icons/old/atlas64.png differ