diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-04-14 14:54:22 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-04-14 14:54:22 -0400 |
| commit | fc7ba0f29f549820885fcb11e88c68256d3eacca (patch) | |
| tree | 120a16dacf5ea7e99690ceb599d6a2da460712f7 /themes/okadmin/public/js | |
| parent | 4286139d02c582e1291bc0e0e668016ccc4ae03c (diff) | |
adding loader
Diffstat (limited to 'themes/okadmin/public/js')
| -rw-r--r-- | themes/okadmin/public/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/okadmin/public/js/app.js b/themes/okadmin/public/js/app.js index a5bd0fc..22317f3 100644 --- a/themes/okadmin/public/js/app.js +++ b/themes/okadmin/public/js/app.js @@ -60,8 +60,8 @@ var OKAdmin = function(){ var id = $section.data("id"), type = $section.data("type") if ($title.length && ! $title.val()) { - alert("Please enter a title") $title.focus() + alert("Please enter a title") e.preventDefault() return } |
