view app/assets/javascripts/zp.clean_notice.coffee @ 393:9b41d10feb3c

Update gems.
author nanaya <me@myconan.net>
date Wed, 17 Jun 2015 14:56:12 +0900
parents 5a4d31e97937
children
line wrap: on
line source

window.zp.cleanNotice =
  init: ->
    if (history.replaceState)
      queryString = "?#{window.location.search.slice(1).replace(/(^|&)notice=[^&]*(&?)/, "$2")}"
      newPath = window.location.pathname
      newPath += queryString if queryString != "?"
      newPath += window.location.hash
      history.replaceState null, "", newPath