mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-14 19:21:46 +03:00
Merge pull request #536 from maoueh/feature/remove-alert-on-column-copy
Removes (annoying) `alert` on column copy value
This commit is contained in:
commit
b1b50045a5
@ -950,7 +950,6 @@ function bindTableHeaderMenu() {
|
||||
switch(menuItem.data("action")) {
|
||||
case "copy_value":
|
||||
copyToClipboard($(context).text());
|
||||
alert("Requested cell value has been copied to the clipboard!");
|
||||
break;
|
||||
case "filter_by_value":
|
||||
var colIdx = $(context).data("col");
|
||||
|
Loading…
Reference in New Issue
Block a user