diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-04-09 17:06:31 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-04-09 17:06:31 -0400 |
| commit | aeaac5a595f37edb45180385ef9f7f06a5ecb21a (patch) | |
| tree | b35dc55a751eda59a6f5d31582561f819df4c94b | |
| parent | 185751955605a7f302470094528117ff32077e3f (diff) | |
CALLBACK
| -rw-r--r-- | themes/okadmin/public/js/app.js | 1 |
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() } } } |
