Allow to set get parameter to reload
This commit is contained in:
parent
61699c7477
commit
93162beaa0
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ class Wrapper
|
|||
$('<meta name="viewport" id="viewport">').attr("content", @toHtmlSafe message.params).appendTo("head")
|
||||
|
||||
actionReload: (message) ->
|
||||
@reload()
|
||||
@reload(message.params[0])
|
||||
|
||||
reload: (url_post="") ->
|
||||
if url_post
|
||||
|
|
Loading…
Reference in a new issue