mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
update tools
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
12
docs/js/footer.min.js
vendored
12
docs/js/footer.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -23,7 +23,6 @@ window.app.contentSearch = (function ($) {
|
|||||||
var $liveSearchButton = $liveSearch.find(".liveSearch-button");
|
var $liveSearchButton = $liveSearch.find(".liveSearch-button");
|
||||||
|
|
||||||
|
|
||||||
//var $contentSearchButton = $liveSearch.find(".contentSearch-button");
|
|
||||||
var $contentSearchField = $liveSearch.find(".contentSearch-field");
|
var $contentSearchField = $liveSearch.find(".contentSearch-field");
|
||||||
var $contentSearchResultList = $(".searchPage-result-list");
|
var $contentSearchResultList = $(".searchPage-result-list");
|
||||||
|
|
||||||
@ -38,7 +37,6 @@ window.app.contentSearch = (function ($) {
|
|||||||
$liveSearchButton.on("click", openSearchPage);
|
$liveSearchButton.on("click", openSearchPage);
|
||||||
|
|
||||||
$contentSearchField.on("keyup", handleContentKeyDown);
|
$contentSearchField.on("keyup", handleContentKeyDown);
|
||||||
//$contentSearchButton.on("click", openSearchPage);
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -149,7 +147,6 @@ window.app.contentSearch = (function ($) {
|
|||||||
// arrow down, arrow up
|
// arrow down, arrow up
|
||||||
if (e.keyCode === 38 || e.keyCode === 40) {
|
if (e.keyCode === 38 || e.keyCode === 40) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
//navigateSearchResultsList(e.keyCode);
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -246,7 +243,6 @@ window.app.contentSearch = (function ($) {
|
|||||||
// arrow down, arrow up
|
// arrow down, arrow up
|
||||||
if (e.keyCode === 38 || e.keyCode === 40) {
|
if (e.keyCode === 38 || e.keyCode === 40) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
//navigateSearchResultsList(e.keyCode);
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
2107
docs/src/js/vendor/picturefill/picturefill.js
vendored
2107
docs/src/js/vendor/picturefill/picturefill.js
vendored
File diff suppressed because it is too large
Load Diff
1619
docs/src/js/vendor/slick/slick.js
vendored
Normal file → Executable file
1619
docs/src/js/vendor/slick/slick.js
vendored
Normal file → Executable file
File diff suppressed because it is too large
Load Diff
@ -2,12 +2,12 @@
|
|||||||
"name": "ACE3",
|
"name": "ACE3",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"grunt": "^0.4.5",
|
"grunt": "^1.0.1",
|
||||||
"grunt-contrib-concat": "^0.5.1",
|
"grunt-contrib-concat": "^1.0.1",
|
||||||
"grunt-contrib-imagemin": "^1.0.0",
|
"grunt-contrib-imagemin": "^1.0.1",
|
||||||
"grunt-contrib-sass": "^0.9.2",
|
"grunt-contrib-sass": "^1.0.0",
|
||||||
"grunt-contrib-uglify": "^0.9.1",
|
"grunt-contrib-uglify": "^2.0.0",
|
||||||
"grunt-contrib-watch": "^0.6.1",
|
"grunt-contrib-watch": "^1.0.0",
|
||||||
"grunt-sass": "^1.0.0"
|
"grunt-sass": "^2.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
2
docs/src/scss/vendor/_slick-theme.scss
vendored
2
docs/src/scss/vendor/_slick-theme.scss
vendored
@ -130,7 +130,7 @@ $slick-opacity-not-active: 0.25 !default;
|
|||||||
.slick-dots {
|
.slick-dots {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 15px;
|
bottom: 30px;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
display: block;
|
display: block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
Reference in New Issue
Block a user