--- loncom/interface/londocs.pm 2010/02/05 12:46:40 1.419
+++ loncom/interface/londocs.pm 2010/03/17 16:30:26 1.421
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Documents
#
-# $Id: londocs.pm,v 1.419 2010/02/05 12:46:40 bisitz Exp $
+# $Id: londocs.pm,v 1.421 2010/03/17 16:30:26 onken Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -3269,7 +3269,7 @@ NSYLFORM
NGFFORM
@specialdocumentsforma=(
- {'
'=>$newpageform},
+ {'
'=>$newpageform},
{'
'=>$newsylform},
{'
'=>$newgroupfileform},
);
@@ -3793,6 +3793,9 @@ function openTabs(pageId) {
if(currentLis[i].className == 'active') {
funcString = currentLis[i].onclick.toString();
tab = funcString.split('"');
+ if(tab.length < 2) {
+ tab = funcString.split("'");
+ }
currentData = document.getElementById(tab[1]);
currentData.style.display = 'block';
}