.removeClass('leaflet-control-locate leaflet-bar')
.addClass('control-locate')
.children("a")
+ .attr('href', '#')
.removeClass('leaflet-bar-part leaflet-bar-part-single')
.addClass('control-button');
$("select#user_auth_provider").on("change", updateAuthUID);
+ $("input#user_image").on("change", function () {
+ $("#image_action_new").prop("checked", true);
+ });
+
function enableAuth() {
$("#auth_prompt").hide();
$("#auth_field").show();