Fixed enquiry add edit

This commit is contained in:
Karl Cordes 2011-03-11 12:52:33 +11:00
parent 57293f58fc
commit abd7f453db

View file

@ -41,7 +41,7 @@ $(function() {
window.setTimeout(function() { window.setTimeout(function() {
// window.location.href = '/posts'; // window.location.href = '/posts';
window.location.reload(true); window.location.reload(true);
}, 2000); }, 500);
}; };
function onError(data) { function onError(data) {