mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2024-11-21 16:13:55 +00:00
Fixed popups
This commit is contained in:
parent
437f4313ce
commit
41f084f418
3 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
# The Modding Tree changelog:
|
# The Modding Tree changelog:
|
||||||
|
|
||||||
|
## v2.3.2 - 12/13/20
|
||||||
|
- Fixed achievement/milestone popups.
|
||||||
|
|
||||||
## v2.3.1 - 12/12/20
|
## v2.3.1 - 12/12/20
|
||||||
- Another attempt to fix flickering tooltips.
|
- Another attempt to fix flickering tooltips.
|
||||||
- The "this" keyword should work everywhere except tabFormat arrays (although I may have missed some things).
|
- The "this" keyword should work everywhere except tabFormat arrays (although I may have missed some things).
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="style.css" />
|
<link rel="stylesheet" type="text/css" href="style.css" />
|
||||||
|
<link rel="stylesheet" type="text/css" href="popup.css" />
|
||||||
|
|
||||||
<link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
|
||||||
<script src="https://cdn.jsdelivr.net/npm/vue@2.6.12"></script>
|
<script src="https://cdn.jsdelivr.net/npm/vue@2.6.12"></script>
|
||||||
<script type="text/javascript" src="js/technical/break_eternity.js"></script>
|
<script type="text/javascript" src="js/technical/break_eternity.js"></script>
|
||||||
|
|
|
@ -11,7 +11,7 @@ let modInfo = {
|
||||||
|
|
||||||
// Set your version in num and name
|
// Set your version in num and name
|
||||||
let VERSION = {
|
let VERSION = {
|
||||||
num: "2.3.1",
|
num: "2.3.2",
|
||||||
name: "Cooler and Newer Edition",
|
name: "Cooler and Newer Edition",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue