summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-12-14 14:21:36 +0000
committerDries Buytaert <dries@buytaert.net>2006-12-14 14:21:36 +0000
commit09d52f32d93042a97979b8d1d05c6ccab2288d1a (patch)
treeb1944bf3f89825c7e9c8f1346a1a947fb8dc925d /misc
parent015319d6b534190c062980d2428aad7cd60de447 (diff)
downloadbrdo-09d52f32d93042a97979b8d1d05c6ccab2288d1a.tar.gz
brdo-09d52f32d93042a97979b8d1d05c6ccab2288d1a.tar.bz2
- Removing trailing whitespace.
Diffstat (limited to 'misc')
-rw-r--r--misc/progress.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/progress.js b/misc/progress.js
index 221aca6a7..3db804f2f 100644
--- a/misc/progress.js
+++ b/misc/progress.js
@@ -71,7 +71,7 @@ Drupal.progressBar.prototype.sendPing = function () {
$.ajax({
type: this.method,
url: this.uri,
- data: '',
+ data: '',
success: function (data) {
// Parse response
var progress = Drupal.parseJson(data);