aboutsummaryrefslogtreecommitdiff
path: root/files/ja/orphaned/web/guide/ajax/other_resources/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-31 12:04:19 -0400
committerGitHub <noreply@github.com>2021-08-01 01:04:19 +0900
commit0114a214791c357c3dd3fdde5fc47b9ca33796cc (patch)
tree2c82bee24d61bfc6da4f68f9ebf3e9cb7c4c1cd9 /files/ja/orphaned/web/guide/ajax/other_resources/index.html
parent75258c7a0fa043c3e373f8a933332595e298a3f1 (diff)
downloadtranslated-content-0114a214791c357c3dd3fdde5fc47b9ca33796cc.tar.gz
translated-content-0114a214791c357c3dd3fdde5fc47b9ca33796cc.tar.bz2
translated-content-0114a214791c357c3dd3fdde5fc47b9ca33796cc.zip
remove link 'title' attributes that's just the 'href' (ja, part 2) (#1807)
Diffstat (limited to 'files/ja/orphaned/web/guide/ajax/other_resources/index.html')
-rw-r--r--files/ja/orphaned/web/guide/ajax/other_resources/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/orphaned/web/guide/ajax/other_resources/index.html b/files/ja/orphaned/web/guide/ajax/other_resources/index.html
index 8b14873828..4dfb5e03f4 100644
--- a/files/ja/orphaned/web/guide/ajax/other_resources/index.html
+++ b/files/ja/orphaned/web/guide/ajax/other_resources/index.html
@@ -17,6 +17,6 @@ original_slug: Web/Guide/AJAX/Other_Resources
<li><a href="http://www.ajaxpatterns.org/Main_Page">AJAX Patterns</a></li>
<li><a href="http://www.ajaxtoday.com">AJAX Today Your ajax tutorials, articles, patterns, blogs</a></li>
<li><a href="http://www.ajaxlines.com/">AJAX Lines</a></li>
- <li><a href="http://explash.com/" title="http://explash.com/">eXplash - Ajax and Web 2.0 applications directory</a></li>
- <li><a href="http://www.afterhoursprogramming.com/tutorial/JavaScript/XMLHttpRequest-Object/" title="http://www.afterhoursprogramming.com/tutorial/JavaScript/XMLHttpRequest-Object/">XMLHttpRequest Object</a></li>
+ <li><a href="http://explash.com/">eXplash - Ajax and Web 2.0 applications directory</a></li>
+ <li><a href="http://www.afterhoursprogramming.com/tutorial/JavaScript/XMLHttpRequest-Object/">XMLHttpRequest Object</a></li>
</ul>