Package templates #16

Merged
nedimu merged 5 commits from templates into master 2018-09-20 13:12:20 +02:00
Showing only changes of commit 94ba69761d - Show all commits

View File

@@ -33,6 +33,8 @@ if ( ! defined( 'ABSPATH' ) ) {
$(this).show();
$(this).removeClass('hidden');
$(this).removeClass('show_if_downloadable');
$(this).addClass('show_if_simple');
$(this).addClass('show_if_bundle');
$(this).find('._download_limit_field, ._download_expiry_field').hide();
});