diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-07-13 22:52:33 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-07-13 22:52:33 -0400 |
commit | 4448f072dc6149a62b602e60e766fd00c2b6af89 (patch) | |
tree | 29e25ab64cbbafdb23e57a82a1cfb5099b68efe5 /views/default/js/photos | |
parent | 01730a85bced88f32d88efac995ea12294934a63 (diff) | |
download | elgg-4448f072dc6149a62b602e60e766fd00c2b6af89.tar.gz elgg-4448f072dc6149a62b602e60e766fd00c2b6af89.tar.bz2 |
removed debug line for uploading javascript
Diffstat (limited to 'views/default/js/photos')
-rw-r--r-- | views/default/js/photos/uploading.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/views/default/js/photos/uploading.php b/views/default/js/photos/uploading.php index cb79dc77c..4330ae5ba 100644 --- a/views/default/js/photos/uploading.php +++ b/views/default/js/photos/uploading.php @@ -19,8 +19,6 @@ elgg.tidypics.uploading.init = function() { } }); - data['XDEBUG_SESSION_START'] = 'netbeans-xdebug'; - $("#uploadify").uploadify({ 'uploader' : elgg.config.wwwroot + 'mod/tidypics/vendors/uploadify/uploadify.swf', 'script' : elgg.config.wwwroot + 'action/photos/image/ajax_upload', |