Skip to content

Commit 1f71fd0

Browse files
committed
Merge branch 'INT-766-tour-improvements'
2 parents 85786bd + 96b0417 commit 1f71fd0

File tree

15 files changed

+271
-92
lines changed

15 files changed

+271
-92
lines changed

images/tour/f0.gif

185 KB
Loading

images/tour/f1.gif

463 KB
Loading

images/tour/f2.gif

-510 KB
Loading

images/tour/f3.gif

250 KB
Loading

images/tour/f4.gif

451 KB
Loading

images/tour/f5.gif

-839 KB
Binary file not shown.

images/tour/pager-arrow-left.png

437 Bytes
Loading

images/tour/pager-arrow-right.png

438 Bytes
Loading

images/tour/tour-selected.png

-384 Bytes
Binary file not shown.

src/connect/connect-form-view.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,11 @@ var ConflictingValuesInputView = InputView.extend({
3636
}
3737
}
3838
},
39-
tests: [
40-
function(value) {
41-
if (this.conflicting.indexOf(value) !== -1) {
42-
return 'This name already exists. Please choose another name.';
43-
}
39+
tests: [function(value) {
40+
if (this.conflicting.indexOf(value) !== -1) {
41+
return 'This name already exists. Please choose another name.';
4442
}
43+
}
4544
]
4645
});
4746

0 commit comments

Comments
 (0)