Zero108 Posted February 21, 2015 Share Posted February 21, 2015 (edited) После убирания чекбокса, появляется всплывающее предупреждение. Как отключить всплывающее предупреждение (откройте файл, найдите, закомментируйте строки и т.п.)? Edited February 21, 2015 by Zero108 Link to comment Share on other sites More sharing options...
newbie Posted February 21, 2015 Share Posted February 21, 2015 public/js/ips.textEditor.js За окошко отвечает if ( replaceWith.length ) { if ( ! confirm( ipb.lang['ckeditor__toggle_html_warning'] ) ) { _ok = false; } } 1 Link to comment Share on other sites More sharing options...
Zero108 Posted February 22, 2015 Author Share Posted February 22, 2015 (edited) Судя во всему, файл js пересоздается системой, так как через некоторое время окошко начинает появляться опять. Такое может быть. Или это кэш браузера? Edited February 22, 2015 by Zero108 Link to comment Share on other sites More sharing options...
newbie Posted February 23, 2015 Share Posted February 23, 2015 Судя во всему, файл js пересоздается системой,Этот не может. Может только сжатый общий.Или это кэш браузера?Скорее всего. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now