Code formatting

This commit is contained in:
Skylar Ittner 2017-12-26 17:53:04 -07:00
parent a4555e808d
commit 83149dd9eb
5 changed files with 59 additions and 59 deletions

View File

@ -2,6 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
$('#name').on('input propertychange paste', function() {
$('#name').on('input propertychange paste', function () {
$('#name_title').text($('#name').val());
});

View File

@ -79,6 +79,6 @@ $("#assignedto").easyAutocomplete({
}
});
$('#name').on('input propertychange paste', function() {
$('#name').on('input propertychange paste', function () {
$('#name_title').text($('#name').val());
});

View File

@ -2,6 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
$('#name').on('input propertychange paste', function() {
$('#name').on('input propertychange paste', function () {
$('#name_title').text($('#name').val());
});