Skip to content

Commit

Permalink
Add JsCmd.Reload to force reload of current page
Browse files Browse the repository at this point in the history
  • Loading branch information
jeppenejsum committed Jan 17, 2012
1 parent dff0b6a commit e94ec64
Showing 1 changed file with 8 additions and 0 deletions.
Expand Up @@ -869,6 +869,14 @@ object JsCmds {
} }




/**
* Reload the current page
*/
case object Reload extends JsCmd {
def toJsCmd = "window.location.reload();"
}


/** /**
* Update a Select with new Options * Update a Select with new Options
*/ */
Expand Down

0 comments on commit e94ec64

Please sign in to comment.