fix redirection when saving groups

This commit is contained in:
barisusakli
2015-01-19 12:59:49 -05:00
parent ad21e73491
commit a926a11e70

View File

@@ -122,7 +122,7 @@ define('forum/groups/details', ['iconSelect', 'vendor/colorpicker/colorpicker',
if (settings.name) {
var pathname = window.location.pathname;
pathname = pathname.substr(1, pathname.lastIndexOf('/'));
ajaxify.go(pathname + encodeURIComponent(settings.name));
ajaxify.go(pathname + utils.slugify(settings.name));
} else {
ajaxify.refresh();
}