scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 83  →  ?path2? @ 84
/file.html
@@ -41,9 +41,10 @@
<li><a href="index.html">Home</a></li>
<li class="active"><a href="#">File</a></li>
<li><a href="text.html">Text</a></li>
<li><a href="draw.html">Draw</a></li>
</ul>
<div class="panel panel-default">
<div id="main-panel" class="panel panel-default">
<div class="panel-heading">
<div id="actions" class="row">
<div class="col-lg-5">
@@ -310,6 +311,11 @@
document.querySelector("#actions .cancel").onclick = () => {
myDropzone.removeAllFiles(true);
};
// Scroll to the panel.
$('html, body').animate({
scrollTop: $('#main-panel').offset().top
}, 'slow');
});
</script>
<!-- Jumbotron parallax effect -->