Fix wrapperReload command
This commit is contained in:
parent
2915eb7a83
commit
687208a785
1 changed files with 2 additions and 0 deletions
|
@ -238,6 +238,8 @@ class Wrapper
|
|||
else
|
||||
$('<meta name="viewport" id="viewport">').attr("content", @toHtmlSafe message.params).appendTo("head")
|
||||
|
||||
actionReload: (message) ->
|
||||
@reload()
|
||||
|
||||
reload: (url_post="") ->
|
||||
if url_post
|
||||
|
|
Loading…
Reference in a new issue