Difference between revisions of "Widget:GTform"

From Transit.Wiki
m
m
Line 1: Line 1:
 
<includeonly>
 
<includeonly>
 
<script src="https://apps.transitunlimited.org/jquery-1.7.2.min.js"></script>
 
<script src="https://apps.transitunlimited.org/jquery-1.7.2.min.js"></script>
 +
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js"></script>
 
<script type="text/javascript" src="https://maps.google.com/maps/api/js?sensor=false&key=AIzaSyA1-YSOAtIlnU0ZcufMDLNjEVZDmq7sPh4"></script>
 
<script type="text/javascript" src="https://maps.google.com/maps/api/js?sensor=false&key=AIzaSyA1-YSOAtIlnU0ZcufMDLNjEVZDmq7sPh4"></script>
 
<p id="note"></p>
 
<p id="note"></p>
Line 143: Line 144:
 
}
 
}
  
mw.loader.using( 'jquery.ui', function () {
+
mw.loader.using( 'jquery.ui.datepicker', function () {
 
     $( "#datepicker" ).datepicker();
 
     $( "#datepicker" ).datepicker();
 
} );
 
} );

Revision as of 04:32, 24 March 2020