Advertisement
Guest User

Untitled

a guest
Oct 24th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <script type="text/javascript">
  2. if (typeof nostojs === "function") {
  3. nostojs(function (api) {
  4. api.listen('postrender', function (nostoPostRenderEvent) {
  5. // Do your magic here
  6. });
  7. });
  8. }
  9. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement