Merge branch 'saas-dev-publishing' of github.com:sourcefabric/airtime into saas-dev-publishing

This commit is contained in:
Duncan Sommerville 2015-11-10 15:10:44 -05:00
commit b88bcfaa92
4 changed files with 23 additions and 10 deletions

View file

@ -506,8 +506,8 @@ var AIRTIME = (function (AIRTIME) {
title: $.i18n._("Add New Podcast"),
resizable: false,
modal: true,
width: 'auto',
height: 'auto'
width: '450px',
height: 129
});
});
};