diff options
| -rwxr-xr-x | twittperator.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/twittperator.js b/twittperator.js index 2022760..f16c3c6 100755 --- a/twittperator.js +++ b/twittperator.js @@ -1201,10 +1201,10 @@ } xhr.send(null); } // }}} + function unescapeBrakets(str) // {{{ + str.replace(/</g, "<").replace(/>/g, ">"); + // }}} function showTL(s) { // {{{ - function unescapeBrakets(str) - str.replace(/</g, "<").replace(/>/g, ">"); - let html = <style type="text/css"><