new netdisco-util.js for js utility functions, move capitalizeFirstLetter to new file

This commit is contained in:
Eric A. Miller
2014-08-08 21:47:46 -04:00
parent 31d0e2a33a
commit b05e34f31a
2 changed files with 62 additions and 5 deletions

View File

@@ -156,11 +156,6 @@ function device_form_state(e) {
}
}
//utility function for views
function capitalizeFirstLetter(string) {
return string.charAt(0).toUpperCase() + string.slice(1);
}
$(document).ready(function() {
// sidebar form fields should change colour and have bin/copy icon
$('.nd_field-copy-icon').hide();