From dca9725081b2cfc00a3281730a3a6d50f606009a Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sat, 26 Nov 2011 22:06:42 +0100 Subject: [PATCH] Remove redundant ids. --- 4chan_x.user.js | 12 ++++++------ script.coffee | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 28dda4c5c..8420b55f5 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1249,11 +1249,11 @@
\
\ \ -
\ +
\ \ \ \ -
\ +
\ Use regular expressions, one per line.
\ For example, /weeaboo/i will filter posts containing `weeaboo` case-insensitive.\

Name:

\ @@ -1266,7 +1266,7 @@

Image MD5:

\
\ \ -
\ +
\
    \ Backlink formatting\
  • :
  • \ @@ -1283,7 +1283,7 @@
\
\ \ -
\ +
\ \ \ \ @@ -1326,7 +1326,7 @@ $.on($('input', li), 'click', $.cb.checked); $.add(ul, li); } - $.add($('#main', dialog), ul); + $.add($('#main_tab + div', dialog), ul); } hiddenThreads = $.get("hiddenThreads/" + g.BOARD + "/", {}); hiddenNum = Object.keys(g.hiddenReplies).length + Object.keys(hiddenThreads).length; @@ -1345,7 +1345,7 @@ (time = $('[name=time]', dialog)).value = conf['time']; $.on(back, 'keyup', options.backlink); $.on(time, 'keyup', options.time); - _ref3 = $$('#keybinds input', dialog); + _ref3 = $$('#keybinds_tab + div input', dialog); for (_j = 0, _len2 = _ref3.length; _j < _len2; _j++) { input = _ref3[_j]; input.type = 'text'; diff --git a/script.coffee b/script.coffee index 35fa2920c..f16aaa625 100644 --- a/script.coffee +++ b/script.coffee @@ -901,11 +901,11 @@ options =
-
+
-
+
Use regular expressions, one per line.
For example, /weeaboo/i will filter posts containing `weeaboo` case-insensitive.

Name:

@@ -918,7 +918,7 @@ options =

Image MD5:

-
+
    Backlink formatting
  • :
  • @@ -935,7 +935,7 @@ options =
-
+
ActionsKeybinds
Close Options or QR
@@ -974,7 +974,7 @@ options = innerHTML: ": #{description}" $.on $('input', li), 'click', $.cb.checked $.add ul, li - $.add $('#main', dialog), ul + $.add $('#main_tab + div', dialog), ul hiddenThreads = $.get "hiddenThreads/#{g.BOARD}/", {} hiddenNum = Object.keys(g.hiddenReplies).length + Object.keys(hiddenThreads).length @@ -995,7 +995,7 @@ options = $.on time, 'keyup', options.time #keybinds - for input in $$ '#keybinds input', dialog + for input in $$ '#keybinds_tab + div input', dialog input.type = 'text' input.value = conf[input.name] $.on input, 'keydown', options.keybind
ActionsKeybinds
Close Options or QR