Skip to content

Commit

Permalink
refs #3530 removing a loading notification from page overlay because …
Browse files Browse the repository at this point in the history
…it crashes sometimes in ie8
  • Loading branch information
timo-bes committed Mar 20, 2013
1 parent ea67405 commit 5572724
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions plugins/Overlay/client/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,9 @@ var Piwik_Overlay_Client = (function() {
notifyPiwikOfLocation();
loadCss();

var finishLoadingOverlay = loading('Loading Piwik Page Overlay scripts');

// translations
load('plugins/Overlay/client/translations.js', function() {
Piwik_Overlay_Translations.initialize(function() {
finishLoadingOverlay();

// following pages
var finishPages = loading('Loading following pages');
load('plugins/Overlay/client/followingpages.js', function() {
Expand Down

0 comments on commit 5572724

Please sign in to comment.