Skip to content

Commit 004d3f6

Browse files
author
Joanie Weaver
committedMay 19, 2014
commented out image/frame
1 parent 8257a4a commit 004d3f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎appinventor/appengine/src/com/google/appinventor/client/explorer/youngandroid/NewUserGetStarted.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public static void displayDialog(){
6969
VerticalPanel dialogVPanel = new VerticalPanel();
7070
HorizontalPanel hPanel = new HorizontalPanel();
7171
hPanel.setHorizontalAlignment(HorizontalPanel.ALIGN_CENTER);
72-
dialogVPanel.add(frame);
72+
// dialogVPanel.add(frame);
7373
dialogVPanel.add(hPanel);
7474

7575
dialogVPanel.setWidth("300px");

‎appinventor/appengine/war/tutorial.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ var Tutorial = {
2828
Tutorial.currentStepIndex+=1;
2929
Tutorial.changeText(Tutorial.currentTutorial.steps[Tutorial.currentStepIndex].text);
3030
Tutorial.changePosition(Tutorial.currentTutorial.steps[Tutorial.currentStepIndex].top,Tutorial.currentTutorial.steps[Tutorial.currentStepIndex].left);
31-
Tutorial.changeImage(Tutorial.currentTutorial.steps[Tutorial.currentStepIndex].url);
31+
//Tutorial.changeImage(Tutorial.currentTutorial.steps[Tutorial.currentStepIndex].url);
3232
}
3333
},
3434
backStep: function(formName){

0 commit comments

Comments
 (0)