Fix html parsing

This commit is contained in:
RainLoop Team 2016-08-30 00:00:16 +03:00
parent 962391e2a0
commit a30fc911f6
3 changed files with 44 additions and 11 deletions

View file

@ -5,7 +5,7 @@ import _ from '_';
import ko from 'ko';
import {Magics} from 'Common/Enums';
import {settingsSaveHelperSimpleFunction, trim, log} from 'Common/Utils';
import {settingsSaveHelperSimpleFunction, trim} from 'Common/Utils';
import {i18n, trigger as translatorTrigger} from 'Common/Translator';
import Remote from 'Remote/Admin/Ajax';