gluon-statuspage: add info if javascript is disabled to enable it
This commit is contained in:
parent
30811f7f1b
commit
ea49104714
@ -13,5 +13,6 @@
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<h1 id="jswarn">Bitte Javascript aktivieren.</h1>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -5,6 +5,8 @@ require([ "bacon"
|
||||
, "lib/gui"
|
||||
], function(Bacon, Helper, Streams, GUI) {
|
||||
|
||||
document.getElementById("jswarn").remove();
|
||||
|
||||
var mgmtBus = new Bacon.Bus()
|
||||
|
||||
mgmtBus.pushEvent = function (key, a) {
|
||||
|
Loading…
Reference in New Issue
Block a user