Newer
Older
WebMCR / upload / themes / default / js / modules / profile / main.js
@Qexy Qexy on 26 Feb 2016 112 bytes Big update to Beta 1.0
$(function(){

	$(".skin-uploader, .cloak-uploader").on("input change", function(){
		$(this).submit();
	});
});