diff options
-rw-r--r-- | tempo.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -35,3 +35,5 @@ function startTempo() { } window.onload = startTempo; + +document.addEventListener('contextmenu', function(e) {e.preventDefault()}); |
index : tempo.git | ||
Replace Firefox (or Chromium) new tab page with a clock. | David Vazgenovich Shakaryan |
summaryrefslogtreecommitdiff |
-rw-r--r-- | tempo.js | 2 |
@@ -35,3 +35,5 @@ function startTempo() { } window.onload = startTempo; + +document.addEventListener('contextmenu', function(e) {e.preventDefault()}); |