Browse Source

remove deprecated html tags from simple theme.

sisyphus
Dustin Falgout 8 years ago
parent
commit
305005645a
  1. 5
      themes/simple/index.html

5
themes/simple/index.html

@ -99,9 +99,8 @@
messages.style.visibility = "visible"; messages.style.visibility = "visible";
// type is either "info" or "error" // type is either "info" or "error"
if (type == "error") { if (type == "error") {
text = "<font color=\"red\">" + text + "</font>"; text = "<p style=\"color:red;\">" + text + "</p>";
} }
text = text + "<br>";
messages.innerHTML = messages.innerHTML + text; messages.innerHTML = messages.innerHTML + text;
} }
@ -153,7 +152,7 @@
lightdm.respond(entry.value); lightdm.respond(entry.value);
} }
</script> </script>
<script src="../antergos/js/mock.js"></script> <!--<script src="../_vendor/js/mock.js"></script>-->
<script> <script>
start_authentication(); start_authentication();
</script> </script>

Loading…
Cancel
Save