Guest User

Untitled

a guest
Nov 15th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Query.cachedScript( '' + templateUrl + '/particles.min.js' ).done(function( script, textStatus ) {
  2. console.log( textStatus );
  3. particlesJS.load('particles-js', '' + templateUrl + '/particlesjs-config.json');
  4. });
Add Comment
Please, Sign In to add comment