updated plugin GP Premium version 1.10.0

This commit is contained in:
2020-05-04 15:57:08 +00:00
committed by Gitium
parent bedbe7cc3f
commit 6a7ce488aa
68 changed files with 483 additions and 39245 deletions

View File

@ -16,7 +16,8 @@ jQuery( document ).ready( function($) {
visibility: 'visible',
height: '',
width: '',
margin: ''
margin: '',
overflow: '',
} );
$.each( other_targets, function( index, value ) {
@ -25,7 +26,8 @@ jQuery( document ).ready( function($) {
visibility: 'hidden',
height: '0',
width: '0',
margin: '0'
margin: '0',
overflow: 'hidden',
} );
} );
} );