Skip to content

Commit

Permalink
RA-1592 : Boostrap as a foundation for Reference Application UI Proje…
Browse files Browse the repository at this point in the history
…ct - change JQuery access mode
  • Loading branch information
ssmusoke committed Sep 10, 2019
2 parents 1bbddb0 + 4e52059 commit 32d40f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omod/src/main/webapp/fragments/field/datetimepicker.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
var viewModel = viewModel || {};
viewModel.validations = viewModel.validations || [];
jq("#${ config.id }-wrapper").datetimepicker({
jQuery("#${ config.id }-wrapper").datetimepicker({
<% if (!config.useTime) { %>
minView: 2,
<% } %>
Expand Down

0 comments on commit 32d40f6

Please sign in to comment.