From 31f5a100f6d9c11ec1f607743c5fd202839efe39 Mon Sep 17 00:00:00 2001 From: rlx Date: Sun, 17 Jan 2016 15:05:46 +0530 Subject: [PATCH] preferencesDialog -> userDialog --- static/js/resetUIDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/resetUIDialog.js b/static/js/resetUIDialog.js index 7fcb312..213aa24 100644 --- a/static/js/resetUIDialog.js +++ b/static/js/resetUIDialog.js @@ -16,7 +16,7 @@ oml.ui.resetUIDialog = function(data) { content: Ox._('Are you sure you want to reset all UI settings?'), title: Ox._('Reset UI Settings') }, function() { - oml.$ui.preferencesDialog.close(); + oml.$ui.userDialog.close(); oml.UI.set({page: ''}); oml.UI.reset(); });