Yes you can. Just open the ddmenu.js file, and in the mobile query block, set the drop down as {display: block!important;}. For example:
@media only screen and (max-width: 480px) {
#ddmenu .dropdown { display:block!important; }
}
The important keyword will disable the JavaScript display inline settings.