removing setUserPreference function

samarsultan 9 years ago
parent 142b74b019
commit c4385ebcb3

@ -33,7 +33,6 @@ require([
try {
requirejs(['custom/custom'], function() {});
bidi.loadLocale();
bidi.setUserPreferences(/*"contextual"*/); //waiting for user input here
} catch(err) {
console.log("Error loading custom.js from edition service. Continuing and logging");
console.warn(err);

@ -77,7 +77,6 @@ require([
try{
requirejs(['custom/custom'], function() {});
bidi.loadLocale();
bidi.setUserPreferences(/*"contextual"*/); //waiting for user input here
} catch(err) {
console.log("Error processing custom.js. Logging and continuing");
console.warn(err);

@ -53,10 +53,10 @@ require([
loginwidget,
bidi){
"use strict";
try{
requirejs(['custom/custom'], function() {});
bidi.loadLocale();
bidi.setUserPreferences(/*"contextual"*/); //waiting for user input here
} catch(err) {
console.log("Error loading custom.js from tree service. Continuing and logging");
console.warn(err);

Loading…
Cancel
Save