extend/widgets

This commit is contained in:
psychobunny
2015-08-20 12:41:16 -04:00
parent d1f45b6d79
commit 744a7d4210
2 changed files with 20 additions and 24 deletions

View File

@@ -21,6 +21,8 @@ define('admin/extend/widgets', function() {
$('.available-widgets [data-widget]').addClass('hide');
$('.available-widgets [data-widget="' + $(this).val() + '"]').removeClass('hide');
});
$('#widget-selector').trigger('change');
loadWidgetData();
};