Wtf, another bug just suddenly appeared out of nowhere.

This commit is contained in:
Linus Miller 2015-08-07 23:15:21 +02:00
parent e35fa76bc4
commit 89e4b194a3

View File

@ -18,6 +18,7 @@
<button>Submit</button> <button>Submit</button>
</form> </form>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js"></script>
<script src="/js/admin.js"></script> <script src="/js/admin.js"></script>
</body> </body>
</html> </html>