質問編集履歴
2
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
|
|
48
48
|
$(#delete).click(function(){
|
|
49
49
|
$(#info).hide();
|
|
50
|
-
$(#info > p).replace(new RegExp(
|
|
50
|
+
$(#info > p).replace(new RegExp(weather_info,'g'),'');
|
|
51
51
|
})
|
|
52
52
|
|
|
53
53
|
})(jQuery)
|
1
タグ修正
title
CHANGED
|
File without changes
|
body
CHANGED
|
File without changes
|