Changeset 1797

Show
Ignore:
Timestamp:
08/13/08 15:08:48 (3 months ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/ChangeLog

    r1795 r1797  
    112008-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 
    26 
    37        * cherokee/handler_server_info.c, admin/ModuleServerInfo.py: Both 
  • cherokee/trunk/admin/static/js/common.js

    r1415 r1797  
    113113           jQuery.post (url, post,  
    114114              function (data, textStatus) { 
    115                   window.location.reload()
     115                          window.location = window.location
    116116              } 
    117117           );