vmware-archive / webcommander

Powerful, flexible, intuitive and most importantly simple. That is what a real automation solution should be. No matter how complicated the task is, we'd like to turn it into a single click. Is that possible? Not without webcommander :)
MIT License
165 stars 47 forks source link

buttons are not working #133

Closed mikemast01 closed 8 years ago

mikemast01 commented 8 years ago

any idea why the buttons will not work? RUN, js and url dont do anything today? Worked yesterday Sorry to bother you on this, but right now I dont have an explanation. anything you know of that would cause them to not work? something in the browser. Are the keys funtions loaded from a external site? I am looking thru it now.

Thanks

9whirls commented 8 years ago

image Open the developer tools console in browser and then click the button. If something goes wrong, you could see error messages there.

mikemast01 commented 8 years ago

I open the list vmsnapshot command and i see this.

image

9whirls commented 8 years ago

So your webcmd.js has syntax error at line 401.

mikemast01 commented 8 years ago

Ahh.. thanks.. Thats where the comment out the incomparable browser section you said the other day. I made the change yesterday, maybe I did not save the file until I closed it out yesterday, and I did not see the effect till this morning.

I was freaking out for a min... now that you point that out, Hopefully I can figure this out if i have an issue again.

Thanks Jerry.

9whirls commented 8 years ago

Always shift+f5 to avoid cache :)