NeoMurderer

Xero staging

Jan 27th, 2020
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     var el = document.createElement('script')
  2.     el.setAttribute('src', 'https://v2-staging.rest-ar.com/restar-injector.js')
  3.     el.onload = ()=> {
  4.         window.RestARInjector.init({
  5.             models: ['//models.rest-ar.com/restar-pipeline-models/xero_blue/xero_blue']
  6.         })
  7.     }
  8.     document.head.appendChild(el)
Advertisement
Add Comment
Please, Sign In to add comment