Skip to content

Commit bcb2831

Browse files
committed
Added 'Quad X 1234' model back into model list.
1 parent 30857b7 commit bcb2831

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

js/model.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ var mixerList = [
2626
{name: 'A-tail Quad', model: 'quad_atail', image: 'atail_quad'},
2727
{name: 'Custom', model: 'custom', image: 'custom'},
2828
{name: 'Custom Airplane', model: 'custom', image: 'custom'},
29-
{name: 'Custom Tricopter', model: 'custom', image: 'custom'}
29+
{name: 'Custom Tricopter', model: 'custom', image: 'custom'},
30+
{name: 'Quad X 1234', model: 'quad_x', image: 'quad_x'}
3031
];
3132

3233

0 commit comments

Comments
 (0)