Changeset 9d72713 in github
- Timestamp:
- Jul 11, 2012 9:35:34 AM (10 months ago)
- Children:
- 688d16e
- Parents:
- 1c079c1
- File:
-
- 1 edited
-
program/js/app.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/js/app.js
r7794ae1 r9d72713 462 462 463 463 // activate html5 file drop feature (if browser supports it and if configured) 464 if (this.gui_objects.filedrop && this.env.filedrop && (( XMLHttpRequest&& XMLHttpRequest.prototype.sendAsBinary) || window.FormData)) {464 if (this.gui_objects.filedrop && this.env.filedrop && ((window.XMLHttpRequest && XMLHttpRequest.prototype && XMLHttpRequest.prototype.sendAsBinary) || window.FormData)) { 465 465 $(document.body).bind('dragover dragleave drop', function(e){ return ref.document_drag_hover(e, e.type == 'dragover'); }); 466 466 $(this.gui_objects.filedrop).addClass('droptarget')
Note: See TracChangeset
for help on using the changeset viewer.
