fix jammit error
This commit is contained in:
parent
dd00523616
commit
1344931271
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
||||||
id: result.success ? "flash_notice" : "flash_error"
|
id: result.success ? "flash_notice" : "flash_error"
|
||||||
})
|
})
|
||||||
.html($("<div/>", {
|
.html($("<div/>", {
|
||||||
class: "message"
|
'class': "message"
|
||||||
})
|
})
|
||||||
.html(result.notice))
|
.html(result.notice))
|
||||||
.prependTo(document.body);
|
.prependTo(document.body);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue