render lesson content using jquery
This commit is contained in:
@ -205,6 +205,8 @@ public abstract class Screen {
|
||||
// TODO we could hook all forms here with javascript call to ajax forms plugin
|
||||
public String getContent() {
|
||||
String makeFormsAjax = "<script> $(document).ready(function() { makeFormsAjax(); });</script>";
|
||||
// handle this on the page with js
|
||||
makeFormsAjax = "";
|
||||
return (content == null) ? "" : content.toString() + makeFormsAjax;
|
||||
}
|
||||
|
||||
|
@ -129,7 +129,7 @@ public class WebSession {
|
||||
/**
|
||||
* Description of the Field
|
||||
*/
|
||||
public final static String SESSION = "Session";
|
||||
public final static String SESSION = "websession";
|
||||
|
||||
public final static String SHOWSOURCE = "ShowSource";
|
||||
|
||||
|
Reference in New Issue
Block a user