mirror of
https://github.com/mpolden/echoip.git
synced 2025-07-17 06:23:32 +02:00
Remove coffeescript bs
This commit is contained in:
14
assets/js/app.js
Normal file
14
assets/js/app.js
Normal file
@ -0,0 +1,14 @@
|
||||
/*jslint es5: true, indent: 2, browser: true*/
|
||||
/*global jQuery: true*/
|
||||
|
||||
(function ($) {
|
||||
'use strict';
|
||||
|
||||
$(document).ready(function () {
|
||||
$('#select-command').on('change', function () {
|
||||
$('.command').text($(this).val());
|
||||
});
|
||||
});
|
||||
|
||||
})(jQuery);
|
||||
|
Reference in New Issue
Block a user