mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-02-10 18:05:32 +08:00
Fix
This commit is contained in:
@ -112,7 +112,7 @@ module.exports = function(grunt) {
|
||||
to: _encode(process.env.DEFAULT_LANG) || 'en'
|
||||
}, {
|
||||
from: /\{\{SUGGEST_URL\}\}/g,
|
||||
to: _encode(process.env.DEFAULT_LANG) || 'https://feedback.onlyoffice.com/forums/966080-your-voice-matters?category_id=519084'
|
||||
to: _encode(process.env.SUGGEST_URL) || 'https://feedback.onlyoffice.com/forums/966080-your-voice-matters?category_id=519084'
|
||||
}];
|
||||
|
||||
var helpreplacements = [
|
||||
|
||||
Reference in New Issue
Block a user