diff options
author | gorhill <rhill@raymondhill.net> | 2015-05-08 19:00:01 -0400 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-05-08 19:00:01 -0400 |
commit | ce6eb9b7ac22891112a95d057afe4b092bc1750b (patch) | |
tree | 763f0c10b35b4dcdd9312dd6b421720bc0c2b40b /src/popup.html | |
parent | f9652b5f574d06627941af69388ba136c7ae857e (diff) | |
download | uBlock-ce6eb9b7ac22891112a95d057afe4b092bc1750b.zip uBlock-ce6eb9b7ac22891112a95d057afe4b092bc1750b.tar.gz uBlock-ce6eb9b7ac22891112a95d057afe4b092bc1750b.tar.bz2 |
this fixes logger button in popup
Diffstat (limited to 'src/popup.html')
-rw-r--r-- | src/popup.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/popup.html b/src/popup.html index c54bd6e..1f6208a 100644 --- a/src/popup.html +++ b/src/popup.html @@ -18,7 +18,7 @@ <p class="statName"> <span data-i18n="popupBlockedOnThisPagePrompt"> </span>  <span id="gotoPick" class="fa tool" data-i18n-tip="popupTipPicker"></span>  - <a href="#" target="_blank" id="gotoLog" class="fa tool" data-i18n-tip="popupTipLog"></a> + <a href="logger-ui.html" target="_blank" id="gotoLog" class="fa tool enabled" data-i18n-tip="popupTipLog"></a> </p> <p class="statValue" id="page-blocked">?</p> <p class="statName" data-i18n="popupBlockedSinceInstallPrompt"> </p> |