summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-04-09 17:06:31 -0400
committerJules Laplace <jules@okfoc.us>2015-04-09 17:06:31 -0400
commitaeaac5a595f37edb45180385ef9f7f06a5ecb21a (patch)
treeb35dc55a751eda59a6f5d31582561f819df4c94b
parent185751955605a7f302470094528117ff32077e3f (diff)
CALLBACK
-rw-r--r--themes/okadmin/public/js/app.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/okadmin/public/js/app.js b/themes/okadmin/public/js/app.js
index 352507f..308186c 100644
--- a/themes/okadmin/public/js/app.js
+++ b/themes/okadmin/public/js/app.js
@@ -62,6 +62,7 @@ var OKAdmin = function(){
return function(e){
if (e.keyCode !== 13) return
e.preventDefault()
+ fn()
}
}
}