Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorThomas Kjeldahl Nilsson <thomas@kjeldahlnilsson.net>2012-03-30 11:36:43 (GMT)
committer Thomas Kjeldahl Nilsson <thomas@kjeldahlnilsson.net>2012-03-30 11:36:43 (GMT)
commit4ae491ec3b4eeceb5cbffb493750eaf37d383306 (patch)
treea1a093227af5f016bef8bfb53691e6d17e5475d6 /public
parentbf95f598f207641b850ff5e6728b251ab1ef74a7 (diff)
Fixed bug #74, wiki preview works again
Diffstat (limited to 'public')
-rw-r--r--public/javascripts/application.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/javascripts/application.js b/public/javascripts/application.js
index e53496d..512a77b 100644
--- a/public/javascripts/application.js
+++ b/public/javascripts/application.js
@@ -498,7 +498,7 @@ function toggle_wiki_preview(target_url) {
if (textStatus == "success") {
wiki_preview.html(data);
}
- });
+ }, "html");
}
$.each([wiki_preview, wiki_edit], function () {