1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-14 10:36:19 +02:00

some more styling.

This commit is contained in:
Kushagra Gour
2016-12-04 03:18:14 +05:30
parent f5fafc9db9
commit eede93ee77
2 changed files with 39 additions and 23 deletions

View File

@ -174,9 +174,9 @@
noOfExternalLibs += externalCssTextarea.value.split('\n').filter(lib => !!lib).length;
if (noOfExternalLibs) {
$('#js-external-lib-count').textContent = noOfExternalLibs;
$('#js-external-lib-count').style.visibility = 'visible';
$('#js-external-lib-count').style.display = 'inline';
} else {
$('#js-external-lib-count').style.visibility = 'hidden';
$('#js-external-lib-count').style.display = 'none';
}
}