can3p wrote in changelog

[livejournal] r21701: LJSUP-11806: Cannot save settings in MyA...

Committer: dpetrov
LJSUP-11806: Cannot save settings in MyAds menu
U   trunk/htdocs/js/settings.js
Modified: trunk/htdocs/js/settings.js
===================================================================
--- trunk/htdocs/js/settings.js	2012-04-11 14:18:03 UTC (rev 21700)
+++ trunk/htdocs/js/settings.js	2012-04-12 07:57:15 UTC (rev 21701)
@@ -18,6 +18,9 @@
 		}
 	};
 
+	window.Settings = Settings; //LJSUP-11806: we need to expose the object, because the current logic does not
+								//allow to customize options on the specific pages without it.
+
 	Settings.$form = $('#settings_form');
 	if (!Settings.$form.length) {
 		return;