Sha256: 6e6d2216c968940c28ff94e05e4fee47d2b961ab93478f49a0534ca5d3c7c2fb

Contents?: true

Size: 418 Bytes

Versions: 5

Compression:

Stored size: 418 Bytes

Contents

This file contains the changes to third party contributions we have made.
When updating the third party contributions, we need to re-apply these changes.

public/javascripts/controls.js:

Make the TAB key not select the autocomplete entry.

  onKeyPress: function(event) {
    if(this.active)
      switch(event.keyCode) {
       case Event.KEY_TAB:
         return; // <-- Add this line
       case Event.KEY_RETURN:

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
backlog-0.37.2 MODIFICATIONS.txt
backlog-0.37.1 MODIFICATIONS.txt
backlog-0.36.2 MODIFICATIONS.txt
backlog-0.35.4 MODIFICATIONS.txt
backlog-0.35.5 MODIFICATIONS.txt