mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-10 06:37:32 +08:00
Fix markup
This commit is contained in:
parent
1ed65eddfa
commit
cd9b143bc5
1 changed files with 1 additions and 1 deletions
|
@ -216,6 +216,6 @@ module ApplicationHelper
|
|||
end
|
||||
|
||||
def wopi_enabled?
|
||||
ENV['WOPI_ENABLED'] == 'true' || true
|
||||
ENV['WOPI_ENABLED'] == 'true'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue