Repository: cordova-docs
Updated Branches:
  refs/heads/master 4d62f605f -> de821170a


CB-10907: Removing prettify reference in index.js

This closes #563


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/de821170
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/de821170
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/de821170

Branch: refs/heads/master
Commit: de821170ae22ac67c57bea49649a9a7b7a543fb1
Parents: 4d62f60
Author: Richard Knoll <richard.b.kn...@gmail.com>
Authored: Fri Mar 18 17:06:19 2016 -0700
Committer: Richard Knoll <richard.b.kn...@gmail.com>
Committed: Fri Mar 18 18:24:03 2016 -0700

----------------------------------------------------------------------
 www/static/js/index.js | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/de821170/www/static/js/index.js
----------------------------------------------------------------------
diff --git a/www/static/js/index.js b/www/static/js/index.js
index 06230be..faf85cb 100644
--- a/www/static/js/index.js
+++ b/www/static/js/index.js
@@ -206,11 +206,4 @@ $(document).ready(function () {
             submitJiraSearchForm();
         }
     });
-
-    // add prettyprint class to code blocks for prettify.js
-    var all_code = $('pre');
-    all_code.attr('class', 'prettyprint');
-
-    // run syntax highlighter
-    prettyPrint();
 });


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to