⌈⌋ ⎇ branch:  Bitrhythm


Artifact Content

Artifact d5b5c44b0415b399f5dcc093377ed1a917ad6726c54f47ccc2fd54e2dde1248d:


<bug-2369>
  <h1>{ getSpaceName(message) }</h1>

  <script>
    this.message = 'display/example/stuff'
    this.getSpaceName = function(link) {
        return link.match(/display\/(\w+)\//)[1]
    }
  </script>
</bug-2369>