Revert "format xml before displaying"

This commit is contained in:
Mushtaq Ali
2016-11-01 15:40:04 +05:00
committed by Mushtaq Ali
parent 6c37e2826e
commit 0e8dacc72a
7 changed files with 5 additions and 133 deletions

View File

@@ -6,8 +6,9 @@
## and attach them to the global context manually.
define(["jquery", "underscore", "codemirror", "tinymce",
"jquery.tinymce", "jquery.qtip", "jquery.scrollTo", "jquery.flot",
"jquery.cookie", "pretty-print", "utility"],
function($, _, CodeMirror) {
"jquery.cookie",
"utility"],
function($, _, CodeMirror, tinymce) {
window.$ = $;
window._ = _;
require(['mathjax']);