mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix a JS error in the runtime caused by f78024808e
(#1177)
This commit is contained in:
parent
5900848842
commit
37ca3579f3
@ -694,8 +694,8 @@ function(require, $, _, S, Bootstrap, pgAdmin, alertify, CodeMirror) {
|
||||
}
|
||||
},
|
||||
|
||||
get_preference(module, preference_name) {
|
||||
preference = null;
|
||||
get_preference: function (module, preference_name) {
|
||||
var preference = null;
|
||||
$.ajax({
|
||||
async: false,
|
||||
url: "{{ url_for('preferences.preferences') }}" +"/"+ module +"/"+ preference_name,
|
||||
|
Loading…
Reference in New Issue
Block a user