Skip to content
Snippets Groups Projects
Commit 4b457005 authored by Matthew Juhl's avatar Matthew Juhl
Browse files

Use WDN.jQuery if no $

parent 47560805
No related branches found
No related tags found
No related merge requests found
<script type="text/javascript">
(function(){
if (!$) {
var $ = WDN.jQuery;
}
function updateL () {
var city = $("input[name=form_data_profile_city]").val(), state = $("select[name=form_data_profile_state]").val(), country = $("select[name=form_data_profile_country]").val();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment