Author: kishore
Date: Thu Mar 23 06:15:06 2017
New Revision: 1788175
URL: http://svn.apache.org/viewvc?rev=1788175&view=rev
Log:
Renamed app.js to mcf.js
Added:
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/java/mcf.js
- copied unchanged from r1788174,
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/javascript/app.js
Removed:
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/javascript/app.js
Modified:
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/index.jsp
Modified:
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/index.jsp
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/index.jsp?rev=1788175&r1=1788174&r2=1788175&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/index.jsp
(original)
+++
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/index.jsp
Thu Mar 23 06:15:06 2017
@@ -88,7 +88,7 @@
<script src="bootstrap-select/js/bootstrap-select.min.js"
type="text/javascript"></script>
<script src="javascript/jquery.slimscroll.min.js"
type="text/javascript"></script>
<!-- ManifoldCF -->
- <script src="javascript/app.js" type="text/javascript"></script>
+ <script src="javascript/mcf.js" type="text/javascript"></script>
<%
String reqPage = request.getParameter("p");
if (reqPage != null && reqPage.length() > 0)