osem-fcy/app
Rob Smith 922e4934ba Fix the abstrct count on the proposal create and edit pages
Due to the DOM not being ready when osem.js is executed, the
bind statements do not actually bind on the correct elements.
We just wrap the binds in a document ready event which allows
the elements to fully load and the events to fire correctly.

I also bind on more then just keyup, to catch times when people
paste content into the field. The input event is only supported
by newer browsers, but is entirely a noop for older browsers.
2015-06-14 11:31:39 -07:00
..
assets Fix the abstrct count on the proposal create and edit pages 2015-06-14 11:31:39 -07:00
controllers Merge pull request #639 from differentreality/devise_partials 2015-06-12 12:30:51 +03:00
helpers Add styling to passwords and confirmations 2015-06-11 15:20:48 +03:00
mailers apply StringLiterals cop (remove double quotes, unless there is string interpolation) 2014-09-02 21:45:07 +03:00
models Move common views to partial 2015-06-11 15:20:48 +03:00
serializers Fix Hakiri issues 2014-08-27 16:18:35 +02:00
views Merge pull request #674 from differentreality/dasboard_todo_venu_link 2015-06-12 12:36:16 +03:00