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

This commit is contained in:
Eric A. Miller
2014-08-12 23:01:54 -04:00
parent 716c2fe11f
commit f4b3b8ffe8
2 changed files with 67 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();