Guest User

Untitled

a guest
Apr 21st, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. // Jetpack Feature : hello-jetpack.js
  2. // ページを開いたら通知する
  3.  
  4. jetpack.tabs.onReady(function() {
  5. jetpack.notifications.show("Hello Jetpack!");
  6. });
Add Comment
Please, Sign In to add comment