Merge remote-tracking branch 'origin/2.5.x-albertenhancements' into saas

This commit is contained in:
Albert Santoni 2015-02-24 15:03:06 -05:00
commit e13e4413ea
5 changed files with 31 additions and 7 deletions

View file

@ -121,6 +121,10 @@ $(document).ready(function() {
return false;
}).next().hide();
$('#logo-remove-btn').click(function() {
$.post(baseUrl+'Preference/remove-logo', function(json){});
});
/* No longer using AJAX for this form. Zend + our code makes it needlessly hard to deal with. -- Albert
$('#pref_save').live('click', function() {
var data = $('#pref_form').serialize();