We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63ac902 commit c724338Copy full SHA for c724338
src/com/lushprojects/circuitjs1/client/CirSim.java
@@ -3797,7 +3797,8 @@ void getSetupList(final boolean openDefault) {
3797
try {
3798
requestBuilder.sendRequest(null, new RequestCallback() {
3799
public void onError(Request request, Throwable exception) {
3800
- Window.alert(Locale.LS("Can't load circuit list!"));
+ if (!hideMenu)
3801
+ Window.alert(Locale.LS("Can't load circuit list!"));
3802
GWT.log("File Error Response", exception);
3803
}
3804
0 commit comments