hide slide number element when disabled

This commit is contained in:
Hakim El Hattab 2015-10-29 14:29:51 +01:00
parent d66cba6efa
commit 9b5e16055a
1 changed files with 2 additions and 1 deletions

View File

@ -881,6 +881,7 @@
dom.controls.style.display = config.controls ? 'block' : 'none';
dom.progress.style.display = config.progress ? 'block' : 'none';
dom.slideNumber.style.display = config.slideNumber ? 'block' : 'none';
if( config.rtl ) {
dom.wrapper.classList.add( 'rtl' );