File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,6 @@ <h3 class="panel-title"><span class="glyphicon glyphicon-fire"></span> Dealer <s
79
79
<!-- Include all compiled plugins (below), or include individual files as needed -->
80
80
< script src ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js "> </ script >
81
81
82
- < script src ="blackjack.js "> </ script >
82
+ < script src ="blackjack.js?3 "> </ script >
83
83
</ body >
84
84
</ html >
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ function game_set(wins){
152
152
else
153
153
score -- ;
154
154
155
- $ . ajax ( "http://jquery.pastleo.me/ record.php" , {
155
+ $ . ajax ( "record.php" , {
156
156
dataType :"json" ,
157
157
data :{ "name" :player_name , "win" :wins } ,
158
158
success :function ( data ) {
@@ -223,7 +223,7 @@ $(document).ready(function(){
223
223
outcome ( "你好" , "info" ) ;
224
224
} ) ;
225
225
226
- $ . ajax ( "http://jquery.pastleo.me/ record.php" , {
226
+ $ . ajax ( "record.php" , {
227
227
dataType :"json" ,
228
228
success :function ( data ) {
229
229
$ ( ".table" ) . empty ( ) . append ( $ ( "<tr><td>玩家</td><td>分數</td></tr>" ) ) ;
You can’t perform that action at this time.
0 commit comments