How to disable progress indicator

Technical support leader

Juraj Ondrus asked on September 24, 2009 07:04

How to disable progress indicator

Correct Answer

Juraj Ondrus answered on September 24, 2009 07:04

New feature of Kentico CMS 4.1 called progress indicator, which is used for example when saving documents in CMS Desk interface to keep user notified about the fact that changes are being saved, might not be suitable for all of the users. You can simply disable this feature by adding following key in web.config file:

<add key="CMSAllowProgressScript" value="false" />

0 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.