diff options
author | Christopher Lenz <cmlenz@apache.org> | 2009-01-12 21:06:35 +0000 |
---|---|---|
committer | Christopher Lenz <cmlenz@apache.org> | 2009-01-12 21:06:35 +0000 |
commit | a58246859370c52b5209fe94a043bdcc7f8b7001 (patch) | |
tree | 9cdc1bb00a2b007a2b1bd057a35777532b4b995d /share/www/replicator.html | |
parent | d51618067f7d2fcb8fa751ddb89e4c9693d0b52c (diff) |
Add syntax highlighting of JSON code in Futon.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@733897 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/replicator.html')
-rw-r--r-- | share/www/replicator.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/share/www/replicator.html b/share/www/replicator.html index 2637cc1b..e873f141 100644 --- a/share/www/replicator.html +++ b/share/www/replicator.html @@ -23,7 +23,6 @@ specific language governing permissions and limitations under the License. <script src="script/jquery.cookies.js?0.9.0"></script> <script src="script/jquery.couch.js?0.9.0"></script> <script src="script/futon.js?0.9.0"></script> - <script src="script/pprint.js?0.9.0"></script> <script> $(document).ready(function() { $("fieldset input[type=radio]").click(function() { |