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
2002677c6f6f44a6b759e6cb9b03a4403f021d62
Authored by
Karpikau Andrei
2019-11-18 12:19:42 +0300
1 parent
bbe75bc1
check sorting
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
app/assets/javascripts/kanjai/admin/html_generator.js
lib/kanjai/version.rb
app/assets/javascripts/kanjai/admin/html_generator.js
View file @
2002677
...
...
@@ -176,7 +176,7 @@ jQuery(document).ready(function(){
176
176
});
177
177
}
178
178
});
179
-
$wrapper
.
disableSelection
();
179
+
//
$wrapper.disableSelection();
180
180
});
181
181
182
182
}
...
...
lib/kanjai/version.rb
View file @
2002677
1
1
module
Kanjai
2
-
VERSION
=
"0.0.11
8
"
2
+
VERSION
=
"0.0.11
9
"
3
3
end
...
...