Site.getStaticUrl (subdir)
return the url of the static directory of this site

  • Parameter String:
    optional subdirectory
  • Returns
    String static url
Sourcecode in Site/objectFunctions.js:
1:   function getStaticUrl(subdir) {
2:      res.push();
3:      this.staticUrl(subdir);
4:      return res.pop();
5:   }