Skip to content

Commit 7152ee2

Browse files
committed
HTTPS: disable tumblr <script> no longer works
1 parent 70d10a4 commit 7152ee2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

2010/en/Photos/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ <h3>
362362

363363
<div id="content">
364364
<h1>Photos</h1>
365-
<script src="http://rubykaigi.tumblr.com/api/read/json?num=50" type="text/javascript"></script>
365+
<!-- <script src="http://rubykaigi.tumblr.com/api/read/json?num=50" type="text/javascript"></script>
366366
<script>
367367
for (i=0; i<tumblr_api_read['posts-total']; i+=2) {
368368
if (tumblr_api_read['posts'][i]['type'] == "photo") {
@@ -374,7 +374,7 @@ <h1>Photos</h1>
374374
);
375375
}
376376
}
377-
</script>
377+
</script> -->
378378
<h2 class="clear">Collecting RubyKaigi 2010 photos :-)</h2>
379379
<p>At rubykaigi.org, we will collect your photos related to RubyKaigi 2010.</p>
380380
<p>

2010/ja/Photos/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ <h3>
365365

366366
<div id="content">
367367
<h1>Photos</h1>
368-
<script src="http://rubykaigi.tumblr.com/api/read/json?num=50" type="text/javascript"></script>
368+
<!-- <script src="http://rubykaigi.tumblr.com/api/read/json?num=50" type="text/javascript"></script>
369369
<script>
370370
for (i=0; i<tumblr_api_read['posts-total']; i+=2) {
371371
if (tumblr_api_read['posts'][i]['type'] == "photo") {
@@ -377,7 +377,7 @@ <h1>Photos</h1>
377377
);
378378
}
379379
}
380-
</script>
380+
</script> ->
381381
<h2 class="clear">写真を集めています :-)</h2>
382382
<p>rubykaigi.org では、日本Ruby会議2010の写真を集めています。</p>
383383
<p>

0 commit comments

Comments
 (0)