mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2025-02-22 16:09:54 -05:00
Update default.html
This commit is contained in:
parent
27095a57f3
commit
0c1047aae5
@ -337,6 +337,11 @@ button {
|
||||
new Vue().$mount('#app');
|
||||
};
|
||||
</script>
|
||||
<script>
|
||||
function whwmake() {
|
||||
document.getElementById("output-area").style.display='block'
|
||||
}
|
||||
</script>
|
||||
</div>
|
||||
<script src="{{ "/assets/js/scale.fix.js" | relative_url }}"></script>
|
||||
{% if site.google_analytics %}
|
||||
@ -348,11 +353,6 @@ button {
|
||||
ga('create', '{{ site.google_analytics }}', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
<script>
|
||||
function whwmake(){
|
||||
document.getElementById("output-area").style.display='block'
|
||||
}
|
||||
</script>
|
||||
{% endif %}
|
||||
</body>
|
||||
<div style="width:100%;height:80vh;background-color:black;position:fixed;z-index:9999 !important; display:none;" id="output-area">
|
||||
|
Loading…
x
Reference in New Issue
Block a user