Mon Feb 27 2017
Copied to clipboard! Copy reply
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
;(function() {
if (typeof RSI != 'undefined') {
  var newrsi = RSI.rsi + '2'
  var template = rs.template
  var dest = window.location.origin + '/' + template + '/' + newrsi + '/' + window.location.search
  window.location.href = dest
}
})()