summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Lee <linus@thesephist.com>2020-09-24 12:47:02 -0400
committerLinus Lee <linus@thesephist.com>2020-09-24 12:47:02 -0400
commitb5e0a2175f34b50f05557b67c9b08a5ea8731460 (patch)
tree3c1b0a4e0ba57c926a19520ace2a10f1a17b3b33
parente0d16ea54eced809ec19227aafbc701a839f9d20 (diff)
downloadtabloid-fake-closure-b5e0a2175f34b50f05557b67c9b08a5ea8731460.tar.gz
tabloid-fake-closure-b5e0a2175f34b50f05557b67c9b08a5ea8731460.zip
Remove duplicate list of keywords from landing page
-rw-r--r--static/js/main.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/static/js/main.js b/static/js/main.js
index af5e237..e2ec7ae 100644
--- a/static/js/main.js
+++ b/static/js/main.js
@@ -243,7 +243,6 @@ class App extends Component {
<li><code class="inline fixed block">TOTALLY RIGHT</code> true</li>
<li><code class="inline fixed block">COMPLETELY WRONG</code> false</li>
<li><code class="inline fixed block">PLUS / MINUS / TIMES / DIVIDED BY / MODULO</code> the obvious arithmetic operations</li>
- <li><code class="inline fixed block">BEATS / SMALLER THAN</code> greater than / less than</li>
<li><code class="inline fixed block">IS ACTUALLY</code> is equal to</li>
<li><code class="inline fixed block">BEATS / SMALLER THAN</code> greater than / less than</li>
<li><code class="inline fixed block">SHOCKING DEVELOPMENT</code> return from a function</li>