* ajust code format.

This commit is contained in:
Catouse
2013-09-24 10:53:51 +08:00
parent c9de6b5c4a
commit ac72358c6d
+3 -3
View File
@@ -23,8 +23,8 @@ $(document).ready(function()
});
$("#mobile").click(function(event) {
$("#qrcode").toggle();
event.stopPropagation();
return false;
$("#qrcode").toggle();
event.stopPropagation();
return false;
});
})