Merge r1025 from http://svn.mannlib.cornell.edu/svn/vivo/branches/rel-1.1-maint
This commit is contained in:
parent
cb15494b95
commit
112c2946cb
2 changed files with 2 additions and 2 deletions
|
@ -229,7 +229,7 @@ SPARQL queries for existing values. --%>
|
|||
|
||||
<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! --%>
|
||||
<form id="addPublicationForm" class="noIE67" action="<c:url value="/edit/processRdfForm2.jsp"/>" >
|
||||
|
|
|
@ -21,7 +21,7 @@ var customForm = {
|
|||
if (this.disableWrapper.length) {
|
||||
if (vitro.browserUtils.isIELessThan8()) {
|
||||
this.disableWrapper.show();
|
||||
$('form.noIE67').hide();
|
||||
$('.noIE67').hide();
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue