08 Feb, 2014
1 commit
-
Formerly if any input in the sub-menus had the substring 'type' in its name, this event handler would have been bound to clicks on the input element. When this happens, the variable 'chosen' would generally be an empty string and that would result in an erroneous jQuery finder: wrapper.find('div.'+section_class+'.'+chosen) causing an unhandled error. It looks like the intent is to bind only to the selectable choice icons, so that's what this commit does and as a bonus, the embedded forms can now have an input with the word 'type' in its name.
18 Nov, 2013
1 commit
17 Sep, 2013
1 commit
22 Aug, 2013
1 commit
-
The errbit.js add handler on data-action but this handler not works on action change by Ajax. with a live, it's works now Fix #526
09 Jun, 2013
1 commit
-
See #500
31 May, 2013
2 commits
08 Nov, 2012
1 commit
19 Sep, 2012
1 commit
-
Conflicts: Gemfile.lock
10 Aug, 2012
1 commit
09 Aug, 2012
1 commit
10 Jun, 2012
1 commit
01 Jun, 2012
2 commits
-
Conflicts: Gemfile Gemfile.lock app/assets/javascripts/errbit.js app/assets/stylesheets/errbit.css app/models/user.rb config/initializers/_load_config.rb
-
Make whole (path/file) into github link, hide [PROJECT_ROOT], and replace [GEM_ROOT]/gems/****-*.*.* with bold gem name. Improved CSS colors.
30 May, 2012
2 commits
-
…. Expand external traces when clicking [...] button.