eyeos / spice-web-client

A full featured and high performance SPICE web client written in Javascript and HTML5
MIT License
290 stars 104 forks source link

action is missing in else if statement #10

Open zhangqunshi opened 8 years ago

zhangqunshi commented 8 years ago

In run.js, change the line 165: else if ("checkResults") ==> else if (action == "checkResults")