mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-15 11:52:12 +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")) {
|
switch(menuItem.data("action")) {
|
||||||
case "copy_value":
|
case "copy_value":
|
||||||
copyToClipboard($(context).text());
|
copyToClipboard($(context).text());
|
||||||
alert("Requested cell value has been copied to the clipboard!");
|
|
||||||
break;
|
break;
|
||||||
case "filter_by_value":
|
case "filter_by_value":
|
||||||
var colIdx = $(context).data("col");
|
var colIdx = $(context).data("col");
|
||||||
|
Loading…
Reference in New Issue
Block a user