mirror of
https://github.com/Tygs/0bin.git
synced 2023-08-10 21:13:00 +03:00
Flushing tinyurl success message before posting the next one
This commit is contained in:
parent
abaee22924
commit
12276d9ff2
@ -377,7 +377,7 @@ if (content && key) {
|
||||
$('#copy-success').hide();
|
||||
zerobin.message('success',
|
||||
'<a href="' + tinyurl + '">' + tinyurl + '</a>',
|
||||
'Short url'
|
||||
'Short url', true
|
||||
)
|
||||
$('#short-url').text('Get short url');
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user