mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-11-27 18:10:42 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
c7883a3ba2
|
|
@ -761,6 +761,7 @@ $(document).ready( function() {
|
|||
$("body").on("click", ".copy-to-clipboard", function(ev) {
|
||||
console.log($(this).data());
|
||||
navigator.clipboard.writeText($(this).data("text"));
|
||||
$(this).addClass('text-success');
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -809,6 +809,7 @@ $(document).ready( function() {
|
|||
$("body").on("click", ".copy-to-clipboard", function(ev) {
|
||||
console.log($(this).data());
|
||||
navigator.clipboard.writeText($(this).data("text"));
|
||||
$(this).addClass('text-success');
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user