Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaIT committed Nov 25, 2021
1 parent 9969f3a commit 631fea7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 289 deletions.
3 changes: 2 additions & 1 deletion breakpoints.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,13 @@ <h2>Trick of the day:</h2>
</a>
<div><!--spacer--></div>
<a href="other-breakpoints.html">
<button id="next">Easy, next!</button>
<button id="next">Next</button>
</a>

<script>
document.getElementById('next').onclick = e => {
var allowed = false;
console.log('Allowed', allowed);
if (!allowed) {
alert('You shall not pass!')
e.preventDefault();
Expand Down
287 changes: 0 additions & 287 deletions css-samples.html

This file was deleted.

3 changes: 2 additions & 1 deletion log-debugger.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ <h2>Trick of the day:</h2>

<code><u>setTimeout</u>(() => { <b>debugger</b>; }, <i>3000</i>);</code>
in the browser's console
<p>Helps to debug <a id="modal-btn">auto closing modals</a></p>
<br><br>
<p>Helps to debug <a id="modal-btn">auto closing modals</a> or dropdowns</p>

</article>

Expand Down

0 comments on commit 631fea7

Please sign in to comment.