Sign in
EDIT
/
kanjai
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
ea3d61ac079960ae08a2ce2543e78fb1f44ccaf6
Authored by
Andrey Karpikov
2022-06-02 00:23:46 +0200
1 parent
4ef92abd
check generate page url, add new type for template element
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
app/assets/javascripts/kanjai/admin/admin.js
lib/kanjai/version.rb
app/assets/javascripts/kanjai/admin/admin.js
View file @
ea3d61a
...
...
@@ -2198,6 +2198,8 @@ jQuery(document).ready(function(){
2198
2198
console
.
log
(
$wrapper
.
nestable
(
'serialize'
));
2199
2199
});
// activate Nestable for list 2
2200
2200
2201
+
$wrapper
.
nestable
(
'collapseAll'
);
2202
+
2201
2203
});
2202
2204
2203
2205
...
...
lib/kanjai/version.rb
View file @
ea3d61a
1
1
module
Kanjai
2
-
VERSION
=
"0.0.33
4
"
2
+
VERSION
=
"0.0.33
5
"
3
3
end
...
...