Index: lams_central/web/main.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/main.jsp,v
diff -u -r1.40 -r1.41
--- lams_central/web/main.jsp 31 Mar 2009 03:18:12 -0000 1.40
+++ lams_central/web/main.jsp 19 Jun 2009 10:54:17 -0000 1.41
@@ -34,7 +34,7 @@
-
+
@@ -49,6 +49,15 @@
initLoadGroup(this, 13, display);
});
+ <%-- If it's the user's first login, display a dialog asking if tutorial videos should be shown --%>
+
+
+
+
+ if (!confirm("")){
+ $.get("${disableAllTutorialVideosUrl}");
+ }
+
});
function getEnableSortingText() {