update tools

This commit is contained in:
bux 2016-12-28 09:23:08 +01:00
parent 9728345603
commit f0ebc8ac74
9 changed files with 5338 additions and 2158 deletions

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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;
}

File diff suppressed because it is too large Load Diff

1621
docs/src/js/vendor/slick/slick.js vendored Normal file → Executable file

File diff suppressed because it is too large Load Diff

View File

@ -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"
}
}

View File

@ -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;