Skip to content

Commit

Permalink
Consistent script tag and spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-adam committed Mar 6, 2024
1 parent 80bdcda commit 9c4036d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Ext.define('App.view.Scheduler', {
eventStore : 'event',
style : 'border: 1px solid #d0d0d0;',

readOnly : true, // disables the abilitiy to click in calendar to create event
readOnly : true, // disables the ability to click in calendar to create event
showTodayLine : true,
calendarViewPreset : 'week',
mode : 'calendar',
Expand Down
2 changes: 1 addition & 1 deletion onprc_ehr/resources/views/NIHReducedRates.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>NIHReducedRates</title>
</head>
<body>
<script nonce="<%=scriptNonce%>">
<script type="text/javascript" nonce="<%=scriptNonce%>">
Ext4.onReady(function() {
var filterField = {
xtype : 'numberfield',
Expand Down

0 comments on commit 9c4036d

Please sign in to comment.