diff options
Diffstat (limited to 'files/fr/web/api/idbrequest/onsuccess/index.html')
-rw-r--r-- | files/fr/web/api/idbrequest/onsuccess/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/api/idbrequest/onsuccess/index.html b/files/fr/web/api/idbrequest/onsuccess/index.html index 38033b6fa6..a13ed4c5e7 100644 --- a/files/fr/web/api/idbrequest/onsuccess/index.html +++ b/files/fr/web/api/idbrequest/onsuccess/index.html @@ -82,5 +82,5 @@ objectStoreTitleRequest.onerror = function() { <li>Setting a range of keys: {{domxref("IDBKeyRange")}}</li> <li>Retrieving and making changes to your data: {{domxref("IDBObjectStore")}}</li> <li>Using cursors: {{domxref("IDBCursor")}}</li> - <li>Reference example: <a class="external" href="https://github.com/mdn/to-do-notifications/tree/gh-pages">To-do Notifications</a> (<a class="external" href="http://mdn.github.io/to-do-notifications/">view example live</a>.)</li> + <li>Reference example: <a href="https://github.com/mdn/to-do-notifications/tree/gh-pages">To-do Notifications</a> (<a href="http://mdn.github.io/to-do-notifications/">view example live</a>.)</li> </ul> |