Skip to content
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/gorhill/uMatrix
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Nov 23, 2017
2 parents ca9229e + f2a2068 commit 06d7612
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/css/user-rules.css
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ body[dir="rtl"] #commitButton:before {
text-decoration: line-through;
}
#diff textarea {
background-color: #f8f8ff;
border: 0;
border-top: 1px solid #eee;
direction: ltr;
Expand Down
4 changes: 2 additions & 2 deletions src/js/contentscript-end.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ vAPI.shutdown.add(function() {
//}

// TODO: Web SQL
if ( window.openDatabase ) {
// if ( window.openDatabase ) {
// Sad:
// "There is no way to enumerate or delete the databases available for an origin from this API."
// Ref.: http://www.w3.org/TR/webdatabase/#databases
}
// }
}
catch (e) {
}
Expand Down
2 changes: 1 addition & 1 deletion src/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</div>

<div class="paneHead">
<a id="gotoDashboard" class="extensionURL" href="#" data-extension-url="dashboard.html" title="popupTipDashboard">uMatrix <span id="version"> </span><span class="fa">&#xf013;</span></a>
<a id="gotoDashboard" class="extensionURL" href="#" data-extension-url="dashboard.html">uMatrix <span id="version"> </span><span class="fa">&#xf013;</span></a>
<div id="toolbarContainer">
<div class="toolbar">
<span class="scope" id="specificScope"><span>&nbsp;</span></span><!--
Expand Down

0 comments on commit 06d7612

Please sign in to comment.