Browse Source

fix webkit refreshing after file upload

svn changeset:185/svn branch:toolkit
tags/6.7.0.beta1
Matti Tahvonen 17 years ago
parent
commit
7824bde45f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      WebContent/themes/default/theme.js

+ 1
- 1
WebContent/themes/default/theme.js View File

}; };
} else { } else {
iframe.onload = function() { iframe.onload = function() {
if (ifr.document != null && (ifr.document.contentType == "application/xml")) {
if (ifr.document != null) {
iframe.onload = null; iframe.onload = null;
client.processVariableChanges(true); client.processVariableChanges(true);
// FIXME next line is workaround to 'iframe is not instantly updated after upload is done' bug. // FIXME next line is workaround to 'iframe is not instantly updated after upload is done' bug.

Loading…
Cancel
Save