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 = { var createPost = {
oninit: function() { oninit: function() {
category.loadList() category.loadList()
clearInterval(window.intv)
post.current = {} post.current = {}
}, },
oncreate: function() { oncreate: function() {
clearInterval(window.intv)
var valid_at = rome(left, { var valid_at = rome(left, {
dateValidator: rome.val.beforeEq(right), dateValidator: rome.val.beforeEq(right),
time: false, time: false,

File diff suppressed because one or more lines are too long