Alex Savenko
/
linija-svitla
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
4426ad0c68cf0ba93054f390a96e8d4ab13dc09e
Authored by
Виталий
2017-02-08 13:56:02 +0200
1 parent
d0b7a54c
-collection
Showing
1 changed file
with
5 additions
and
2 deletions
Show diff stats
frontend/web/js/new_script.js
Inline
Side-by-side
frontend/web/js/new_script.js
Wrap text
Show/Hide comments
View file @
4426ad0
...
...
@@ -140,9 +140,12 @@ $(document).ready(function () {
140
140
items:3,
141
141
responsiveClass: true,
142
142
responsive: {
143
-
143
+ 1199: {
144
+ items: 2,
145
+ slideBy: 1
146
+ },
144
147
1200: {
145
- items:
2
,
148
+ items:
3
,
146
149
slideBy: 1
147
150
}
148
151
}
...
...