Upgrading Node.js Engine to v8.9.0
This commit is contained in:
@@ -284,4 +284,17 @@ body {
|
||||
#menu_img {
|
||||
width: 20px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
@keyframes test {
|
||||
0% {
|
||||
color: #FFF;
|
||||
}
|
||||
100% {
|
||||
color: #000;
|
||||
}
|
||||
}
|
||||
|
||||
.cls-1 {
|
||||
animation: test 30s ease infinite;
|
||||
}
|
||||
@@ -28,7 +28,7 @@ class ProcessBuilder {
|
||||
|
||||
for(let i=0; i<mdles.length; ++i){
|
||||
if(mdles[i].type != null && mdles[i].type === options.type){
|
||||
if(_shouldInclude(mdles[i])){
|
||||
if(ProcessBuiler._shouldInclude(mdles[i])){
|
||||
mods.push(mdles[i])
|
||||
}
|
||||
}
|
||||
|
||||
@@ -41,7 +41,8 @@
|
||||
<div class="bot_wrapper">
|
||||
<div id="content">
|
||||
<button id="menu_button">
|
||||
<img src="assets/images/icons/arrow.svg" id="menu_img"/>
|
||||
<% include assets/images/icons/arrow.svg %>
|
||||
<!--<img src="assets/images/icons/arrow.svg" id="menu_img"/>-->
|
||||
MENU
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user