mirror of
https://github.com/Michatec/wk_wars2x.git
synced 2026-04-01 08:26:27 +02:00
Added first time quick start video with config option
This commit is contained in:
@@ -306,6 +306,17 @@
|
||||
<button id="closeHelp" class="close">CLOSE HELP</button>
|
||||
</div>
|
||||
|
||||
<div id="newUser">
|
||||
<p class="msg">Hey, it appears this is your first time using the Wraith ARS 2X. Would you like to view the quick start video?</p>
|
||||
<button id="showQuickStartVideo" class="btn_yes">Yes</button>
|
||||
<button id="closeNewUserMsg" class="btn_no">No</button>
|
||||
</div>
|
||||
|
||||
<div id="quickStart">
|
||||
<iframe id="quickStartVideo" src="about:blank" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"></iframe>
|
||||
<button id="closeQuickStart" class="close">CLOSE VIDEO</button>
|
||||
</div>
|
||||
|
||||
<!-- Load JavaScript files -->
|
||||
<script src="jquery-3.4.1.min.js"></script>
|
||||
<script src="radar.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user