Commit 3d9adc16 by doszhang

dos

parent dcc9a932
...@@ -85,7 +85,7 @@ $(document).ready(function () { ...@@ -85,7 +85,7 @@ $(document).ready(function () {
}, toscene) }, toscene)
$('.result').on('click', { $('.result').on('click', {
resultFlag: $(this).attr('class').replace(/[^0-9]/ig, "") resultFlag: this.attr('class').replace(/[^0-9]/ig, "")
}, showResult) }, showResult)
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment