-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
http://www.jboss.org/jdf/examples/ticket-monster/tutorial/UserFrontEnd/
Text 'tickets requiredfor each' should be 'tickets required for each'
Text 'venues and vi existing bookings' should be 'venues and via existing bookings'
Text 'contains the JavaScript code, split between resources/js/lib' should be 'contains the JavaScript code, split between resources/js/libs'
Source code of src/main/webapp/resources/js/app/router/mobile/router.js is missing one curly bracket:
var Router = Backbone.Router.extend({ defaultHandler:function (actions) { if ("" != actions) { $.mobile.changePage("#" + actions, {transition:'slide', changeHash:false, allowSamePageTransition:true}); } });
should be
var Router = Backbone.Router.extend({ defaultHandler:function (actions) { if ("" != actions) { $.mobile.changePage("#" + actions, {transition:'slide', changeHash:false, allowSamePageTransition:true}); } }});
- blocks
-
JDF-259 Correct the source listings in the asciidoc files
- Resolved