diff options
Diffstat (limited to 'files/ru/web/api')
-rw-r--r-- | files/ru/web/api/datatransfer/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/file/using_files_from_web_applications/index.html | 4 |
2 files changed, 0 insertions, 6 deletions
diff --git a/files/ru/web/api/datatransfer/index.html b/files/ru/web/api/datatransfer/index.html index f443bc8c07..b0efee3b51 100644 --- a/files/ru/web/api/datatransfer/index.html +++ b/files/ru/web/api/datatransfer/index.html @@ -147,8 +147,6 @@ translation_of: Web/API/DataTransfer <p>Содержит список типов форматов данных в порядке добавления данных. Если ничего не было добавлено, то будет вернут пустой список.</p> -<p>{{ gecko_minversion_note("1.9.2", 'The string "Files" is included in this list if files are included in the drag.') }}</p> - <p>{{ h3_gecko_minversion("mozCursor", "1.9.1", "mozCursor") }}</p> <p>The drag cursor's state. This is primarily used to control the cursor during tab drags.</p> diff --git a/files/ru/web/api/file/using_files_from_web_applications/index.html b/files/ru/web/api/file/using_files_from_web_applications/index.html index e8469671bd..d181506343 100644 --- a/files/ru/web/api/file/using_files_from_web_applications/index.html +++ b/files/ru/web/api/file/using_files_from_web_applications/index.html @@ -470,7 +470,3 @@ window.URL.revokeObjectURL(obj_url);</pre> <li><a href="/en/Extensions/Using_the_DOM_File_API_in_chrome_code" title="en/Extensions/Using the DOM File API in chrome code">Using the DOM File API in chrome code</a></li> <li><a class="external" href="http://www.jquery.com/" title="http://www.jquery.com/">jQuery</a> JavaScript library</li> </ul> - -<p>{{ HTML5ArticleTOC() }}</p> - -<p>{{ languages( { "zh-cn": "zh-cn/Using_files_from_web_applications", "ja": "ja/Using_files_from_web_applications" } ) }}</p> |