Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
proginosko committed Feb 14, 2018
1 parent 0d8c552 commit 4f57924
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion blocked.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1>The page you're trying to access has been blocked by <a href="http://www.pro
<a href="https://addons.mozilla.org/en-US/firefox/addon/leechblock-ng/">writing a review</a>.
</div>

<script src="blocked.js"></script>
<script src="blocked.js"></script>

</body>

Expand Down
2 changes: 1 addition & 1 deletion delayed.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1>The page you're trying to access has been temporarily blocked by <a href="ht
<a href="https://addons.mozilla.org/en-US/firefox/addon/leechblock-ng/">writing a review</a>.
</div>

<script src="blocked.js"></script>
<script src="blocked.js"></script>

</body>

Expand Down
4 changes: 2 additions & 2 deletions lockdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@

<script src="jquery-ui/external/jquery/jquery.js"></script>
<script src="jquery-ui/jquery-ui.min.js"></script>
<script src="common.js"></script>
<script src="lockdown.js"></script>
<script src="common.js"></script>
<script src="lockdown.js"></script>

</body>

Expand Down
2 changes: 1 addition & 1 deletion options.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function saveOptions() {
options["timerBadge"] = getElement("timerBadge").checked;
options["warnSecs"] = getElement("warnSecs").value;
options["warnImmediate"] = getElement("warnImmediate").checked;
options["contextMenu"] = getElement("contextMenu").checked;
options["contextMenu"] = getElement("contextMenu").checked;
options["matchSubdomains"] = getElement("matchSubdomains").checked;

for (let set = 1; set <= NUM_SETS; set++) {
Expand Down
2 changes: 1 addition & 1 deletion popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<button id="lockdown" type="button">Lockdown</button>
<button id="stats" type="button">Statistics</button>
</div>
<script src="popup.js"></script>
<script src="popup.js"></script>
</body>

</html>
4 changes: 2 additions & 2 deletions stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@

<script src="jquery-ui/external/jquery/jquery.js"></script>
<script src="jquery-ui/jquery-ui.min.js"></script>
<script src="common.js"></script>
<script src="stats.js"></script>
<script src="common.js"></script>
<script src="stats.js"></script>

</body>

Expand Down

0 comments on commit 4f57924

Please sign in to comment.