Fixed entry post issue

This commit is contained in:
Gregorio Chiko Putra 2017-10-26 15:27:04 +07:00
parent a106344dc8
commit 9acec91229
2 changed files with 2 additions and 2 deletions

View File

@ -8,10 +8,10 @@ let post = require('../models/post')
var createPost = {
oninit: function() {
category.loadList()
clearInterval(window.intv)
post.current = {}
},
oncreate: function() {
clearInterval(window.intv)
var valid_at = rome(left, {
dateValidator: rome.val.beforeEq(right),
time: false,

File diff suppressed because one or more lines are too long