Advertisement
Guest User

Untitled

a guest
Sep 20th, 2014
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. notifications.notify(
  2. {
  3. title: "Click to copy command to clipboard",
  4. text: trimmedCmd,
  5. iconURL: hdsEnabled,
  6. data: command,
  7. onClick: function (data)
  8. {
  9. clipboard.set(data);
  10. }
  11. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement