Initial commit for OpenECOMP SDN-C OA&M
[sdnc/oam.git] / admportal / public / javascripts / sla.js
1 function uploadDG(form)
2 {
3         if ( form.filename.value.length == 0)
4         {
5                 alert('Must select a file.');
6                 return false;
7         }
8         else { form.submit(); return; }
9 }