Преглед изворни кода

fix webkit refreshing after file upload

svn changeset:185/svn branch:toolkit
tags/6.7.0.beta1
Matti Tahvonen пре 17 година
родитељ
комит
7824bde45f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      WebContent/themes/default/theme.js

+ 1
- 1
WebContent/themes/default/theme.js Прегледај датотеку

@@ -2130,7 +2130,7 @@ DefaultTheme.prototype.renderUpload = function(renderer,uidl,target,layoutInfo)
};
} else {
iframe.onload = function() {
if (ifr.document != null && (ifr.document.contentType == "application/xml")) {
if (ifr.document != null) {
iframe.onload = null;
client.processVariableChanges(true);
// FIXME next line is workaround to 'iframe is not instantly updated after upload is done' bug.

Loading…
Откажи
Сачувај