File tree 5 files changed +6
-7
lines changed 5 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Temporary Items
51
51
52
52
# Node modules and build folder
53
53
node_modules
54
- build
54
+ build / *
55
55
working
56
56
57
57
# Vim
Original file line number Diff line number Diff line change 61
61
< span class ="icon-bar "> </ span >
62
62
< span class ="icon-bar "> </ span >
63
63
</ button >
64
- < a class ="navbar-brand ">
64
+ < a class ="navbar-brand " id =" logo " >
65
65
< img src ="images/logo.png " style ="height:100% " alt ="logo ">
66
66
</ a >
67
67
</ div >
Original file line number Diff line number Diff line change 61
61
< span class ="icon-bar "> </ span >
62
62
< span class ="icon-bar "> </ span >
63
63
</ button >
64
- < a class ="navbar-brand ">
64
+ < a class ="navbar-brand " id =" logo " >
65
65
< img src ="images/logo.png " style ="height:100% " alt ="logo ">
66
66
</ a >
67
67
</ div >
@@ -354,7 +354,7 @@ <h4>Input Value</h4>
354
354
< h4 class ="modal-title "> MARIE.js | < i class ="fa fa-hashtag "> </ i > Current Version</ h4 >
355
355
</ div >
356
356
< div class ="modal-body ">
357
- < p > This version of < strong > MARIE.js</ strong > is: v1.0.12</ p >
357
+ < p > This version of < strong > MARIE.js</ strong > is: v1.0.12</ p >
358
358
</ div >
359
359
</ div >
360
360
</ div >
Original file line number Diff line number Diff line change @@ -12,10 +12,9 @@ $(document).ready(function() {
12
12
onEnd : viewHome ,
13
13
steps : [
14
14
{
15
- onShow : viewHome ,
16
15
smartPlacement : true ,
17
16
backdrop : false ,
18
- element : "#brand " ,
17
+ element : "#logo " ,
19
18
title : "Welcome to MARIE.js" ,
20
19
content : "This tour introduces the features and how to use MARIE.js"
21
20
} ,
Original file line number Diff line number Diff line change 9
9
<span class =" icon-bar" ></span >
10
10
<span class =" icon-bar" ></span >
11
11
</button >
12
- <a class =" navbar-brand" >
12
+ <a class =" navbar-brand" id = " logo " >
13
13
<img src =" images/logo.png" style =" height :100% " alt =" logo" >
14
14
</a >
15
15
</div >
You can’t perform that action at this time.
0 commit comments