Skip to content

Commit 9120b55

Browse files
committed
show toast after creating shareable link
1 parent eb0a0d1 commit 9120b55

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

js/script.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ $('#btn_share').click(function () {
304304
$icon.removeClass('fa-spin fa-spin-faster');
305305
$('#shared').removeClass('collapse');
306306
$('#shared').val(url);
307+
showInfoToast('Shareable link is created.');
307308
});
308309
});
309310
$('#btn_run').click(function () {

0 commit comments

Comments
 (0)