rjy7 2010-07-22 15:57:42 +00:00
parent cb15494b95
commit 112c2946cb
2 changed files with 2 additions and 2 deletions

View file

@ -229,7 +229,7 @@ SPARQL queries for existing values. --%>
<h2>Create a new publication entry for <%= subjectName %></h2> <h2>Create a new publication entry for <%= subjectName %></h2>
<%@ include file="unsupportedBrowserMessage.jsp" % <%@ include file="unsupportedBrowserMessage.jsp" %>
<%-- DO NOT CHANGE IDS, CLASSES, OR HTML STRUCTURE IN THIS FORM WITHOUT UNDERSTANDING THE IMPACT ON THE JAVASCRIPT! --%> <%-- DO NOT CHANGE IDS, CLASSES, OR HTML STRUCTURE IN THIS FORM WITHOUT UNDERSTANDING THE IMPACT ON THE JAVASCRIPT! --%>
<form id="addPublicationForm" class="noIE67" action="<c:url value="/edit/processRdfForm2.jsp"/>" > <form id="addPublicationForm" class="noIE67" action="<c:url value="/edit/processRdfForm2.jsp"/>" >

View file

@ -21,7 +21,7 @@ var customForm = {
if (this.disableWrapper.length) { if (this.disableWrapper.length) {
if (vitro.browserUtils.isIELessThan8()) { if (vitro.browserUtils.isIELessThan8()) {
this.disableWrapper.show(); this.disableWrapper.show();
$('form.noIE67').hide(); $('.noIE67').hide();
return true; return true;
} }
} }