diff options
| author | Nathan Kinkade <nath@nkinka.de> | 2011-04-22 16:54:55 +0000 | 
|---|---|---|
| committer | Nathan Kinkade <nath@nkinka.de> | 2011-04-22 16:54:55 +0000 | 
| commit | 1f7c1f18c651c58048e92d615c71ac0fe6691c10 (patch) | |
| tree | 4527c4bc08000a07c180cd1fe81792d71195d58b /modules/gallery/views/admin_modules.html.php | |
| parent | de6f3fce9110b777d61dec97f2a3a61d887a5ccd (diff) | |
| parent | 55da59c942c0f7171b515f0718fea8506ed4b116 (diff) | |
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'modules/gallery/views/admin_modules.html.php')
| -rw-r--r-- | modules/gallery/views/admin_modules.html.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/modules/gallery/views/admin_modules.html.php b/modules/gallery/views/admin_modules.html.php index f4ae965c..2cc81b0d 100644 --- a/modules/gallery/views/admin_modules.html.php +++ b/modules/gallery/views/admin_modules.html.php @@ -6,7 +6,7 @@        dataType: "json",        success: function(data) {          if (data.reload) { -          window.location.reload(); +          window.location = "<? url::site("/admin/modules") ?>";          } else {            $("body").append('<div id="g-dialog">' + data.dialog + '</div>');            $("#g-dialog").dialog({ | 
