Changeset 1797
- Timestamp:
- 08/13/08 15:08:48 (3 months ago)
- Files:
-
- cherokee/trunk/ChangeLog (modified) (1 diff)
- cherokee/trunk/admin/static/js/common.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/ChangeLog
r1795 r1797 1 1 2008-08-13 Alvaro Lopez Ortega <alvaro@alobbs.com> 2 3 * admin/static/js/common.js: Fixes a reloading issue in Firefox. I 4 do hope it does not break any other browser support. Fixes: 5 http://code.google.com/p/cherokee/issues/detail?id=77 2 6 3 7 * cherokee/handler_server_info.c, admin/ModuleServerInfo.py: Both cherokee/trunk/admin/static/js/common.js
r1415 r1797 113 113 jQuery.post (url, post, 114 114 function (data, textStatus) { 115 window.location.reload();115 window.location = window.location; 116 116 } 117 117 );