1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-05-12 21:35:21 +02:00

show notification when libraries updated. fixes #199

This commit is contained in:
Kushagra Gour 2017-10-12 10:33:37 +05:30
parent dbf6723c16
commit 753d9264d2

View File

@ -258,6 +258,7 @@ globalConsoleContainerEl
utils.log('onExternalLibChange');
updateExternalLibUi();
scope.setPreviewContent(true);
alertsService.add('Libraries updated.');
}
function updateExternalLibUi() {