Commit 0dc8ad4a authored by Mike Perry's avatar Mike Perry
Browse files

Fix popup regression introduced in fix for bug 1093.

parent e537f6ad
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -3612,7 +3612,11 @@ var torbutton_weblistener =
  onLocationChange: function(aProgress, aRequest, aURI)
  {
      torbutton_eclog(2, 'onLocationChange: '+aURI.asciiSpec);
      if(aURI.spec != "about:blank") {
          return torbutton_check_progress(aProgress, aRequest, 0, true);
      } else {
          torbutton_ecloc(3, "Skipping location change for about:blank");
      }
  },

  onProgressChange: function(aProgress, aRequest, curSelfProgress, maxSelfProgress, curTotalProgress, maxTotalProgress)