Skip to content
Snippets Groups Projects
Commit b71e5768 authored by Andy C's avatar Andy C
Browse files

Added click event for update button

parent 1d0f36a8
No related branches found
No related tags found
No related merge requests found
......@@ -23,4 +23,9 @@ $(document).ready(function () {
$("#informationservices").hide();
});
// Update code button in the center of form
$('#update-code').click(function () {
});
});
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment