Project

General

Profile

Actions

Defect #12195

closed

Javascript error with IE7 / IE8 on new issue form

Added by Teddy L over 11 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Issues
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

Please remove the additional comma after minLength in application.js

function observeAutocompleteField(fieldId, url) {
  $('#'+fieldId).autocomplete({
    source: url,
    minLength: 2,
  });
}

Regards

Actions

Also available in: Atom PDF