Merge branch 'master' of https://github.com/devcode-it/openstamanager
This commit is contained in:
commit
4a3c646bf8
|
@ -317,8 +317,10 @@ function redirect(href, data, method, blank) {
|
|||
var text = '<form action="' + href + window.location.hash + '" method="post"' + (blank ? ' target="_blank"' : '') + '>';
|
||||
|
||||
for (var name in data) {
|
||||
if (name != 'msg') {
|
||||
text += '<input type="hidden" name="' + name + '" value="' + data[name] + '"/>';
|
||||
}
|
||||
}
|
||||
|
||||
text += '</form>';
|
||||
|
||||
|
|
Loading…
Reference in New Issue