also display #live-reload-install-hint after installing

This commit is contained in:
tophf 2018-01-04 13:43:57 +03:00
parent 2ca702c976
commit cb3e9973bd

View File

@ -188,6 +188,7 @@
$$.remove('.warning');
$('button.install').disabled = true;
$('button.install').classList.add('installed');
$('#live-reload-install-hint').classList.toggle('hidden', !liveReload);
$('h2.installed').classList.add('active');
$('.set-update-url input[type=checkbox]').disabled = true;
$('.set-update-url').title = style.updateUrl ?