mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Remove extra space.
This commit is contained in:
@@ -480,7 +480,7 @@ define('pgadmin.preferences', [
|
|||||||
if(requires_refresh) {
|
if(requires_refresh) {
|
||||||
Alertify.confirm(
|
Alertify.confirm(
|
||||||
gettext('Refresh required'),
|
gettext('Refresh required'),
|
||||||
gettext('A page refresh is required to apply the theme. Do you wish to refresh the page now ?'),
|
gettext('A page refresh is required to apply the theme. Do you wish to refresh the page now?'),
|
||||||
function() {
|
function() {
|
||||||
/* If user clicks Yes */
|
/* If user clicks Yes */
|
||||||
location.reload();
|
location.reload();
|
||||||
|
|||||||
Reference in New Issue
Block a user