mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Add version to allfonts.js
This commit is contained in:
@ -559,6 +559,9 @@ namespace NSCommon
|
||||
NSStringUtils::CStringBuilder oWriterJS;
|
||||
NSStringUtils::CStringBuilder oWriterJS2;
|
||||
|
||||
oWriterJS.WriteString(L"window[\"__all_fonts_js_version__\"] = 1;\n\n");
|
||||
oWriterJS2.WriteString(L"window[\"__all_fonts_js_version__\"] = 1;\n\n");
|
||||
|
||||
// сначала все файлы
|
||||
size_t nCountFiles = mapFontFiles.size();
|
||||
if (nCountFiles == 0)
|
||||
|
||||
Reference in New Issue
Block a user