Changeset - 5ac263d4ae6c
[Not reviewed]
default
0 1 0
timeless@gmail.com - 10 years ago 2016-05-03 14:16:35
timeless@gmail.com
spelling: thingy
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/pullrequests/pullrequest.html
Show inline comments
 
@@ -137,13 +137,13 @@ ${self.repo_context_bar('showpullrequest
 
                  $optgroup.append($('<option/>').text(options[j][1]).val(options[j][0]));
 
                }
 
                $other_ref.append($optgroup);
 
              }
 
              $other_ref.val(data.selected_ref);
 

	
 
              // re-populate the select2 thingie
 
              // re-populate the select2 thingy
 
              $("#other_ref").select2({
 
                  dropdownAutoWidth: true
 
              });
 

	
 
              $other_ref.prop('disabled', false);
 
              loadPreview();
0 comments (0 inline, 0 general)