update travis

This commit is contained in:
Henrique Dias
2016-06-23 08:16:43 +01:00
parent 963c091fb5
commit 8d5618d0e4
3 changed files with 77 additions and 127 deletions

View File

@@ -343,17 +343,18 @@ document.addEventListener("DOMContentLoaded", function (event) {
document.getElementById("rename").addEventListener("click", renameEvent);
document.getElementById("download").addEventListener("click", downloadEvent);
/* var drop = document.getElementById("listing");
var drop = document.getElementById("listing");
drop.addEventListener("dragenter", change, false);
drop.addEventListener("dragleave",change_back,false);
function change() {
drop.style.backgroundColor = '#EFF2AA';
console.log("hey")
drop.style.backgroundColor = '#000';
};
function change_back() {
drop.style.backgroundColor = 'transparent';
}; */
};
return false;
});