質問編集履歴

2

コード言語の表記を変更しました

2017/09/05 08:25

投稿

10morokoshi
10morokoshi

スコア14

test CHANGED
File without changes
test CHANGED
@@ -8,9 +8,9 @@
8
8
 
9
9
 
10
10
 
11
- __JavaScript__
12
11
 
12
+
13
- ```ここに言語を入力
13
+ ```JavaScript
14
14
 
15
15
  function ransuu() {
16
16
 
@@ -128,11 +128,9 @@
128
128
 
129
129
 
130
130
 
131
- __html__
132
131
 
133
132
 
134
-
135
- ```ここに言語を入力
133
+ ```Html
136
134
 
137
135
 
138
136
 

1

余計な部分がありましたので削除

2017/09/05 08:25

投稿

10morokoshi
10morokoshi

スコア14

test CHANGED
File without changes
test CHANGED
@@ -116,7 +116,7 @@
116
116
 
117
117
  var twitter_url = ("結果は→" + twitter_text + "です");
118
118
 
119
- window.open().location.href = ("https://twitter.com/share?url=" + url + "&text=" + twitter_url + "&count=none&lang=ja");
119
+ window.open().location.href = ("https://twitter.com/share?text=" + twitter_url + "&count=none&lang=ja");
120
120
 
121
121
  });
122
122