discourse/app/assets/javascripts
Arun Israel 9ced796674 [bugfix] Fix for '/' keyboard shortcut putting '/' into search input
Changed the search button binding from a click binding in mousetrap.js to a function binding.
Added a showSearch function that uses jquery to click the '#search-button' element
and the function returns false preventing the default action and stops the keydown event
from bubbling upwards.

Meta Discourse Bug Thread: https://meta.discourse.org/t/shortcut-for-search-leaves-a-in-the-search-field/14394
Mousetrap reference: http://craig.is/killing/mice
2014-04-05 01:38:00 -04:00
..
admin Replace underscore with space when showing site setting names 2014-04-03 16:08:14 -04:00
defer BUGFIX: Do not allow font tags. 2014-02-20 11:10:56 -05:00
discourse [bugfix] Fix for '/' keyboard shortcut putting '/' into search input 2014-04-05 01:38:00 -04:00
docs Ember Upgrade: 1.0 2013-10-01 11:16:27 -04:00
locales Remove trailing commas, add trailing semicolons 2014-03-18 18:21:10 -07:00
admin.js.erb allow apps to give custom admin javascripts 2014-03-17 13:19:08 +01:00
application.js.erb FEATURE: allow plugins to overwrite handlebars templates 2013-12-31 16:43:29 +01:00
discourse.js FEATURE: refactor notice code, add optional global notice. 2014-03-24 16:51:48 +11:00
ember_include.js.erb fix build? 2013-12-23 17:53:33 +11:00
env.js shorter message for untranslated strings 2013-11-04 11:52:12 +01:00
jquery_include.js.erb fix build? 2013-12-23 17:53:33 +11:00
main_include_admin.js FEATURE: upload backups 2014-02-22 01:41:01 +01:00
main_include.js Add a way to flag a topic 2014-02-12 12:57:55 -05:00
pagedown_custom.js Enable JSHINT's unused option. It caught a bunch of suspicious stuff which is fixed in this commit. 2013-12-30 13:30:22 -05:00
preload_store.js Upgrade JSHint. Fixes linting issues. 2013-12-30 12:42:05 -05:00
vendor.js Moves Markdown Editor from vendor to discourse. 2014-03-31 21:56:19 +02:00