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