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" />