Skip to content

Commit

Permalink
Disable link to paste RDF/XML example data, until #30 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
samuell committed Nov 27, 2016
1 parent 2ed98b1 commit cd0e3c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specials/SpecialRDFImport_body.php
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,8 @@ function showDataFields() {
</select>
</td>
<td style="text-align: right; font-size: 10px;">
[<a href="#" onClick="pasteExampleRDFXMLData(\'importdata\');">RDFXML example data</a>]
[<a href="#" onClick="pasteExampleTurtleData(\'importdata\');">Turtle example data</a>]
<!-- TEMPORARILY DISABLED DUE TO NON-RESOLVED BUGS: [<a href="#" onClick="pasteExampleRDFXMLData(\'importdata\');">RDFXML example data</a>] -->
[<a href="#" onClick="pasteExampleTurtleData(\'importdata\');">Paste example data</a>]
[<a href="#" onClick="document.getElementById(\'importdata\').value = \'\';">Clear</a>]
</td>
</tr>
Expand Down

0 comments on commit cd0e3c6

Please sign in to comment.