Skip to content

Commit 85ba449

Browse files
committed
#0000 Tutorial: Update of content
1 parent 6afe23e commit 85ba449

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+12302
-4
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ This information becomes visible when the steps are compared.
1515
In addition, there are ToDo' s with small instructions and tips to try for
1616
yourself.
1717

18-
__The tutorial is currently under construction / in progress.__
19-
20-
2118

2219
# Licence Agreement
2320
Seanox Software Solutions ist ein Open-Source-Projekt, im Folgenden

Step_11 MVC - Synchronization and validation/modules/contact.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ window["contact"] = {
128128
+ "&body=" + encodeURIComponent("Dear Sir or Madam\r\n\r\n" + contact.comment.trim() + "\r\n\r\nBest regards,\r\n" + contact.name);
129129
window.location.href = mail;
130130

131-
return true;
131+
return false;
132132
}
133133
}
134134
}

0 commit comments

Comments
 (0)