قرینه از
https://github.com/matomo-org/matomo.git
synced 2025-08-21 22:47:43 +00:00

* update npm packages to latest * fix javascript path location * update screenshots * Add node_modules for users that do not have npm insalled but use git to deploy. * fix release checklist test * Add old chroma-js + some files missing from node_module. * remove npm install * fix .travis.yml * update expected screenshots * update submodule Co-authored-by: sgiehl <stefan@matomo.org>
21 خطوط
711 B
HTML
Vendored
21 خطوط
711 B
HTML
Vendored
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
<title>jQuery.scrollTo - Test Element MaxY - Quirks Mode</title>
|
|
<script type="text/javascript" src="https://code.jquery.com/jquery-1.11.0.js"></script>
|
|
<script type="text/javascript" src="../jquery.scrollTo.js"></script>
|
|
<script type="text/javascript" src="test.js"></script>
|
|
</head>
|
|
<body>
|
|
<h1>jQuery.scrollTo - Test Element MaxY - Quirks Mode</h1>
|
|
|
|
<div id="viewport" style="width:600px;height:500px;overflow: auto">
|
|
<div id="ua" style="height:1500px; width:500px; padding:0 40px; background-color:#AAA">
|
|
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript">
|
|
$('#viewport').test();
|
|
</script>
|
|
</html>
|