Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nickhilliard committed Mar 29, 2019
1 parent 2b4f094 commit 0c55142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/patch-panel-port/js/edit.foil.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
*/
dd_customer.change( function(){
dd_switch.html( `<option value=''>Loading please wait</option>` ).trigger('change.select2');
dd_switch_port.html(`<option value=''>Choose a Swotch Port</option>`).trigger('change.select2');
dd_switch_port.html(`<option value=''>Choose a Switch Port</option>`).trigger('change.select2');

let customerId = dd_customer.val();

Expand Down

0 comments on commit 0c55142

Please sign in to comment.