Add JS files
This commit is contained in:
4
modules/EcmWorkers/js/detailView.js
Executable file
4
modules/EcmWorkers/js/detailView.js
Executable file
@@ -0,0 +1,4 @@
|
||||
$(document).ready(function () {
|
||||
console.log($("#first_name").html());
|
||||
//$("#ecmworker_name").val($("#first_name").val() + " " + $("#last_name").val());
|
||||
});
|
||||
Reference in New Issue
Block a user