mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2024-12-03 13:21:34 +00:00
Fixed popup.css error message
This commit is contained in:
parent
2439be6c96
commit
9fe8717a66
4 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,8 @@
|
|||
# The Modding Tree changelog:
|
||||
|
||||
# v2.6.2.2 - 6/10/21
|
||||
- Fixed an error message regarding popup.css.
|
||||
|
||||
# v2.6.2.1 - 6/10/21
|
||||
- Fixed a visual bug with milestones.
|
||||
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
<link rel="stylesheet" type="text/css" href="css/other-tabs.css" />
|
||||
<link rel="stylesheet" type="text/css" href="css/popup.css" />
|
||||
<link rel="stylesheet" type="text/css" href="css/tree-node.css" />
|
||||
<link rel="stylesheet" type="text/css" href="popup.css" />
|
||||
|
||||
<link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ let modInfo = {
|
|||
|
||||
// Set your version in num and name
|
||||
let VERSION = {
|
||||
num: "2.6.2.1",
|
||||
num: "2.6.2.2",
|
||||
name: "Fixed Reality",
|
||||
}
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ var gameEnded = false;
|
|||
|
||||
// Don't change this
|
||||
const TMT_VERSION = {
|
||||
tmtNum: "2.6.2.1",
|
||||
tmtNum: "2.6.2.2",
|
||||
tmtName: "Fixed Reality"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue