This commit is contained in:
Henrique Dias
2016-06-22 18:27:12 +01:00
parent b81ec9ecdf
commit 886f396d8f
5 changed files with 49 additions and 12 deletions

View File

@@ -0,0 +1,7 @@
"use strict";
document.addEventListener("DOMContentLoaded", function(event) {
//alert("hugo is working");
return false;
});