Fixed redirect after import/cache clearing
authorAlexander Ebert <ebert@woltlab.com>
Fri, 8 Nov 2013 11:53:51 +0000 (12:53 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 8 Nov 2013 11:53:51 +0000 (12:53 +0100)
wcfsetup/install/files/acp/js/WCF.ACP.js

index d648f85ade2b9ee84afc6da6edb5e60ad5449b63..3e3c66e134ca5d07f45729e06a700217ac482b15 100644 (file)
@@ -2182,6 +2182,7 @@ WCF.ACP.Import.Manager = Class.extend({
                                        data: {
                                                noRedirect: 1
                                        },
+                                       dataType: 'html',
                                        success: $.proxy(function() {
                                                window.location = this._redirectURL;
                                        }, this),