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
134f241bfc99919e305abbe67b1b1c3e58cb8996
Authored by
Andrey Karpikov
2022-06-10 11:01:37 +0200
1 parent
cf97323f
page tree - open prev open items, check url open
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
app/models/kanjai/current_page.rb
lib/kanjai/version.rb
app/models/kanjai/current_page.rb
View file @
134f241
...
...
@@ -16,7 +16,7 @@ module Kanjai
16
16
17
17
loop
do
18
18
if
mas
.
count
==
0
&&
page_datum
19
-
if
page_datum
.
page
.
menu_url
(
lang
)
!=
"/
#{
lang
}#{
url
}
"
19
+
if
page_datum
.
page
.
menu_url
(
'http'
,
lang
)
!=
"/
#{
lang
}#{
url
}
"
20
20
page_datum
=
nil
21
21
end
22
22
end
...
...
lib/kanjai/version.rb
View file @
134f241
1
1
module
Kanjai
2
-
VERSION
=
"0.0.34
0
"
2
+
VERSION
=
"0.0.34
1
"
3
3
end
...
...