There was an error while loading. Please reload this page.
1 parent eb0a0d1 commit 9120b55Copy full SHA for 9120b55
1 file changed
js/script.js
@@ -304,6 +304,7 @@ $('#btn_share').click(function () {
304
$icon.removeClass('fa-spin fa-spin-faster');
305
$('#shared').removeClass('collapse');
306
$('#shared').val(url);
307
+ showInfoToast('Shareable link is created.');
308
});
309
310
$('#btn_run').click(function () {
0 commit comments