Skip to content

Commit

Permalink
Update demo1-horizontal-light.html
Browse files Browse the repository at this point in the history
  • Loading branch information
RedMooner committed Dec 10, 2019
1 parent a71e675 commit 9b8ef8d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions js-app/demos/demo1-horizontal-light.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,6 @@
<script>
//TEST

$("#nav-body-views").mouseenter(function() {
$("#nav-body-views").css("opacity", 0.1);

$("#nav-body-views").css(
"opacity",
document.getElementById("slider").value
);
document.getElementById("slider").value = document.getElementById(
"slider"
).value;
});
//TEST
$(document).bind("drop dragover", function(e) {
e.preventDefault();
Expand Down

0 comments on commit 9b8ef8d

Please sign in to comment.