Skip to content

Commit

Permalink
MSHR-99: fixed some js missfits
Browse files Browse the repository at this point in the history
  • Loading branch information
kaweesi committed Apr 21, 2016
1 parent a3b3221 commit 628f29d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ omod/.classpath
omod/.gitignore
omod/.project
omod/.settings/
api/bin/
omod/bin/
11 changes: 2 additions & 9 deletions omod/src/main/webapp/dataqualityForm.jsp
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
<%@ include file="/WEB-INF/template/include.jsp"%>
<%@ include file="/WEB-INF/template/header.jsp"%>
<openmrs:htmlInclude file="/moduleResources/tracdataquality/javaScriptControl.js" />
<openmrs:htmlInclude file="/moduleResources/tracdataquality/jquery-1.3.2.min.js" />

<openmrs:htmlInclude file="/moduleResources/@MODULE_ID@/scripts/jquery.bigframe.js" />
<openmrs:htmlInclude file="/moduleResources/@MODULE_ID@/scripts/ui/ui.core.js" />
<openmrs:htmlInclude file="/moduleResources/@MODULE_ID@/scripts/ui/ui.dialog.js" />
<openmrs:htmlInclude file="/moduleResources/@MODULE_ID@/scripts/ui/ui.draggable.js" />
<openmrs:htmlInclude file="/moduleResources/@MODULE_ID@/scripts/ui/ui.resizable.js" />

<openmrs:htmlInclude file="/moduleResources/@MODULE_ID@/theme/ui.all.css" />
<openmrs:htmlInclude file="/moduleResources/@MODULE_ID@/theme/demo.css" />
<!--openmrs:htmlInclude file="/moduleResources/@MODULE_ID@/scripts/jquery.bigframe.js" /-->
<!--openmrs:htmlInclude file="/moduleResources/@MODULE_ID@/theme/demo.css" /-->

<openmrs:require privilege="View Data Quality" redirect="/module/@MODULE_ID@/DataQualityAlerts.form" otherwise="/login.htm" />

Expand Down

0 comments on commit 628f29d

Please sign in to comment.