Light12306/Mobile12306New/js/init.js

6 lines
98 B
JavaScript
Raw Normal View History

2014-08-19 16:11:37 +08:00
$().ready(function(){
Public.init();
Login.init();
Query.init();
2014-08-21 13:42:42 +08:00
RunQuery.init();
2014-08-19 16:11:37 +08:00
});