Removing the test tooltip from Pingpath variable

This commit is contained in:
Pranav Saxena 2013-03-18 18:15:59 +05:30
parent 61754cd987
commit 6ba0ef1a17
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
form: {
title: '',
fields:{
pingpath: {label: 'Ping Path', docID:'helpAccountUsername' , validation: {required: false}, defaultValue: pingpath1}
pingpath: {label: 'Ping Path', validation: {required: false}, defaultValue: pingpath1}
}
}
});