File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 9
9
10
10
< script type ="text/javascript " src ="https://runeapps.org/runeappslib.js "> </ script >
11
11
< link rel ="stylesheet " type ="text/css " href ="https://runeapps.org/runeappslib.css ">
12
- < script src ="https://www.unpkg.com/@ alt1/base/ dist/index.bundle .js "> </ script >
13
- < script src ="https://www.unpkg.com/@ alt1/ocr/ dist/index.bundle .js "> </ script >
14
- < script src ="https://www.unpkg.com/@ alt1/chatbox/ dist/index.bundle .js "> </ script >
15
- < script src ="https://www.unpkg.com/@ alt1/buffs/ dist/index.bundle .js "> </ script >
12
+ < script src ="https://www.unpkg.com/alt1/dist/base/ index.js "> </ script >
13
+ < script src ="https://www.unpkg.com/alt1/dist/ocr/ index.js "> </ script >
14
+ < script src ="https://www.unpkg.com/alt1/dist/chatbox/ index.js "> </ script >
15
+ < script src ="https://www.unpkg.com/alt1/dist/buffs/ index.js "> </ script >
16
16
< script src ="scripts/bosstimer.bundle.js "> </ script >
17
17
</ head >
18
18
84
84
< div > < img id ="TaggaStatue " title ="Tagga's Statue (Mining) " src ="assets/statues/Tagga - timber-spores.png " class ="statue-size "> </ div >
85
85
</ div >
86
86
87
- < div id ="hrStatueDivider " class ="hr statueDivider " / >
88
- < div id ="vrStatueDivider " class ="vr statueDivider " / >
87
+ < div id ="hrStatueDivider " class ="hr statueDivider "> </ div >
88
+ < div id ="vrStatueDivider " class ="vr statueDivider "> </ div >
89
89
</ div >
90
90
</ body >
91
91
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ chatReader.readargs = {
121
121
122
122
let bossTimerReader = new BossTimer . default ( ) ;
123
123
124
- let buffReader = new BuffsReader . default ( ) ;
124
+ let buffReader = new Buffs . default ( ) ;
125
125
126
126
const canvas = document . createElement ( "canvas" ) ;
127
127
const ctx = canvas . getContext ( "2d" ) ;
You can’t perform that action at this time.
0 commit comments