diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-02-16 12:23:04 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-02-16 12:23:04 -0300 |
commit | 9909060076b135791bb05074e1ef5585e379312b (patch) | |
tree | 03dacbc5634e4cae667e238fc2195f4143349486 | |
parent | 7af3a72ef4d64a62b9e41a93f1678406be34f80a (diff) | |
download | pentadactyl-9909060076b135791bb05074e1ef5585e379312b.tar.gz pentadactyl-9909060076b135791bb05074e1ef5585e379312b.tar.bz2 |
Updating plugins
-rw-r--r-- | .gitmodules | 2 | ||||
-rw-r--r-- | pentadactyl.dot/plugins.link/links.js | 4 | ||||
m--------- | pentadactyl.dot/plugins.link/toggleproxy | 0 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 9062256..40285bc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "pentadactyl.dot/plugins.link/toggleproxy"] path = pentadactyl.dot/plugins.link/toggleproxy - url = https://github.com/congma/toggleproxy + url = https://github.com/rhatto/toggleproxy diff --git a/pentadactyl.dot/plugins.link/links.js b/pentadactyl.dot/plugins.link/links.js index 21434ef..d64ae36 100644 --- a/pentadactyl.dot/plugins.link/links.js +++ b/pentadactyl.dot/plugins.link/links.js @@ -4,8 +4,8 @@ "use strict"; -XML.ignoreWhitespace = false; -XML.prettyPrinting = false; +//XML.ignoreWhitespace = false; +//XML.prettyPrinting = false; /* use strict */ var INFO = diff --git a/pentadactyl.dot/plugins.link/toggleproxy b/pentadactyl.dot/plugins.link/toggleproxy -Subproject 7ddf0888d15624e9bd8bcfc1a3d1f66aa67e9d4 +Subproject 4c1201a7baec9790cbb71ee4f8ede486cfac26b |