Remove eroneous code; click catcher define; bygex path fix

This commit is contained in:
Bjorn Neergaard
2016-02-04 17:19:47 -06:00
parent ef19e7904f
commit a5f09e103e
6 changed files with 4 additions and 4 deletions
-1
View File
@@ -246,7 +246,6 @@
// Generate the JSON.
var/json = json_encode(json_data)
//var/json = JSON.stringify(json_data)
// Strip #255/improper.
json = replacetext(json, "\improper", "")
json = replacetext(json, "\proper", "")