Changeset 194b45c in github
- Timestamp:
- Apr 11, 2012 12:19:14 PM (14 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- 2c4d0bc
- Parents:
- 3d5240b7
- File:
-
- 1 edited
-
program/include/rcube_json_output.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_json_output.php
r3d5240b7 r194b45c 213 213 { 214 214 $location = rcmail::get_instance()->url($p); 215 $this->remote_response( "window.setTimeout(\"location.href='{$location}'\", $delay);");215 $this->remote_response(sprintf("window.setTimeout(function(){ %s.redirect('%s',true); }, %d);", JS_OBJECT_NAME, $location, $delay)); 216 216 exit; 217 217 }
Note: See TracChangeset
for help on using the changeset viewer.
