Skip to content

Commit

Permalink
minor bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymiller committed Jul 21, 2016
1 parent c0cab3e commit 340b2b3
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion contrib/forms/psychiatrySet/brief_aan_verwijzer/new.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ function getPatientDateOfLastEncounter( $nPid )
<script type="text/javascript" src="../../../library/dynarch_calendar_en.js"></script>
<script type="text/javascript" src="../../../library/dynarch_calendar_setup.js"></script>

<script type="text/javascript" src="<?php echo $GLOBALS[assets_static_relative]; ?>/jquery-min-1-2-1/index.js"></script>
<script type="text/javascript" src="<?php echo $GLOBALS['assets_static_relative']; ?>/jquery-min-1-2-1/index.js"></script>

<?php

Expand Down
2 changes: 1 addition & 1 deletion contrib/forms/psychiatrySet/brief_aan_verwijzer/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function getPatientDateOfLastEncounter( $nPid )
<script type="text/javascript" src="../../../library/dynarch_calendar_en.js"></script>
<script type="text/javascript" src="../../../library/dynarch_calendar_setup.js"></script>

<script type="text/javascript" src="<?php echo $GLOBALS[assets_static_relative]; ?>/jquery-min-1-2-1/index.js"></script>
<script type="text/javascript" src="<?php echo $GLOBALS['assets_static_relative']; ?>/jquery-min-1-2-1/index.js"></script>

<?php

Expand Down
2 changes: 1 addition & 1 deletion contrib/forms/psychiatrySet/intakeverslag/new.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function getPatientDateOfLastEncounter( $nPid )
<script type="text/javascript" src="../../../library/dynarch_calendar_en.js"></script>
<script type="text/javascript" src="../../../library/dynarch_calendar_setup.js"></script>

<script type="text/javascript" src="<?php echo $GLOBALS[assets_static_relative]; ?>/jquery-min-1-2-1/index.js"></script>
<script type="text/javascript" src="<?php echo $GLOBALS['assets_static_relative']; ?>/jquery-min-1-2-1/index.js"></script>

<?php

Expand Down
2 changes: 1 addition & 1 deletion contrib/forms/psychiatrySet/intakeverslag/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function getPatientDateOfLastEncounter( $nPid )
<script type="text/javascript" src="../../../library/dynarch_calendar_en.js"></script>
<script type="text/javascript" src="../../../library/dynarch_calendar_setup.js"></script>

<script type="text/javascript" src="<?php echo $GLOBALS[assets_static_relative]; ?>/jquery-min-1-2-1/index.js"></script>
<script type="text/javascript" src="<?php echo $GLOBALS['assets_static_relative']; ?>/jquery-min-1-2-1/index.js"></script>

<?php

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ function getPatientDateOfLastEncounter( $nPid )
<script type="text/javascript" src="../../../library/dynarch_calendar_en.js"></script>
<script type="text/javascript" src="../../../library/dynarch_calendar_setup.js"></script>

<script type="text/javascript" src="<?php echo $GLOBALS[assets_static_relative]; ?>/jquery-min-1-2-1/index.js"></script>
<script type="text/javascript" src="<?php echo $GLOBALS['assets_static_relative']; ?>/jquery-min-1-2-1/index.js"></script>

<?php

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function getPatientDateOfLastEncounter( $nPid )
<script type="text/javascript" src="../../../library/dynarch_calendar_en.js"></script>
<script type="text/javascript" src="../../../library/dynarch_calendar_setup.js"></script>

<script type="text/javascript" src="<?php echo $GLOBALS[assets_static_relative]; ?>/jquery-min-1-2-1/index.js"></script>
<script type="text/javascript" src="<?php echo $GLOBALS['assets_static_relative']; ?>/jquery-min-1-2-1/index.js"></script>

<?php

Expand Down
2 changes: 1 addition & 1 deletion interface/billing/new_payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
var mypcc = '1';
</script>
<?php include_once("{$GLOBALS['srcdir']}/payment_jav.inc.php"); ?>
<script type="text/JavaScript" src="<?php echo $GLOBALS[assets_static_relative]; ?>/jquery-min-1-2-1/index.js"></script>
<script type="text/JavaScript" src="<?php echo $GLOBALS['assets_static_relative']; ?>/jquery-min-1-2-1/index.js"></script>
<?php include_once("{$GLOBALS['srcdir']}/ajax/payment_ajax_jav.inc.php"); ?>
<script type="text/javascript" src="../../library/js/common.js"></script>
<script LANGUAGE="javascript" TYPE="text/javascript">
Expand Down
2 changes: 1 addition & 1 deletion interface/usergroup/adminacl.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<html>
<head>
<script type="text/JavaScript" src="<?php echo $GLOBALS[assets_static_relative]; ?>/jquery-min-1-2-1/index.js"></script>
<script type="text/JavaScript" src="<?php echo $GLOBALS['assets_static_relative']; ?>/jquery-min-1-2-1/index.js"></script>
<script type="text/JavaScript" src="../../library/js/jquery.livequery101.js"></script>
<script type="text/JavaScript">

Expand Down

0 comments on commit 340b2b3

Please sign in to comment.