mirror of https://github.com/apache/cloudstack.git
Merge pull request #1335 from nitin-maharana/CloudStack-Nitin18_4.7
CLOUDSTACK-9230: Remove unnecessary return statement from cloudStack.jsRemoved the unnecessary return statement. The statement is never reached. * pr/1335: CLOUDSTACK-9230: Remove unnecessary return statement from cloudStack.js Signed-off-by: Remi Bergsma <github@remi.nl>
This commit is contained in:
commit
24277e1d8e
|
|
@ -213,8 +213,6 @@
|
|||
domainid: g_domainid
|
||||
}
|
||||
} : false;
|
||||
|
||||
return testAddUser;
|
||||
},
|
||||
|
||||
// Actual login process, via form
|
||||
|
|
|
|||
Loading…
Reference in New Issue