mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
update tools
This commit is contained in:
parent
9728345603
commit
f0ebc8ac74
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 $contentSearchButton = $liveSearch.find(".contentSearch-button");
|
||||
var $contentSearchField = $liveSearch.find(".contentSearch-field");
|
||||
var $contentSearchResultList = $(".searchPage-result-list");
|
||||
|
||||
@ -38,7 +37,6 @@ window.app.contentSearch = (function ($) {
|
||||
$liveSearchButton.on("click", openSearchPage);
|
||||
|
||||
$contentSearchField.on("keyup", handleContentKeyDown);
|
||||
//$contentSearchButton.on("click", openSearchPage);
|
||||
|
||||
}
|
||||
|
||||
@ -149,7 +147,6 @@ window.app.contentSearch = (function ($) {
|
||||
// arrow down, arrow up
|
||||
if (e.keyCode === 38 || e.keyCode === 40) {
|
||||
e.preventDefault();
|
||||
//navigateSearchResultsList(e.keyCode);
|
||||
return false;
|
||||
}
|
||||
|
||||
@ -246,7 +243,6 @@ window.app.contentSearch = (function ($) {
|
||||
// arrow down, arrow up
|
||||
if (e.keyCode === 38 || e.keyCode === 40) {
|
||||
e.preventDefault();
|
||||
//navigateSearchResultsList(e.keyCode);
|
||||
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
1621
docs/src/js/vendor/slick/slick.js
vendored
Normal file → Executable file
1621
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",
|
||||
"version": "0.1.0",
|
||||
"devDependencies": {
|
||||
"grunt": "^0.4.5",
|
||||
"grunt-contrib-concat": "^0.5.1",
|
||||
"grunt-contrib-imagemin": "^1.0.0",
|
||||
"grunt-contrib-sass": "^0.9.2",
|
||||
"grunt-contrib-uglify": "^0.9.1",
|
||||
"grunt-contrib-watch": "^0.6.1",
|
||||
"grunt-sass": "^1.0.0"
|
||||
"grunt": "^1.0.1",
|
||||
"grunt-contrib-concat": "^1.0.1",
|
||||
"grunt-contrib-imagemin": "^1.0.1",
|
||||
"grunt-contrib-sass": "^1.0.0",
|
||||
"grunt-contrib-uglify": "^2.0.0",
|
||||
"grunt-contrib-watch": "^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 {
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
bottom: 15px;
|
||||
bottom: 30px;
|
||||
list-style: none;
|
||||
display: block;
|
||||
text-align: center;
|
||||
|
Loading…
Reference in New Issue
Block a user