Skip to content

Commit

Permalink
TII-260 Update help link and remove HWP file from supported files list (
Browse files Browse the repository at this point in the history
  • Loading branch information
baholladay authored and Miguel Pellicer committed Apr 26, 2019
1 parent 0637652 commit 0d2ff5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@
#end
<br/><br/>
<p class="text-muted small">
<a href="https://guides.turnitin.com/03_Integrations/Turnitin_Partner_Integrations/Sakai" target="_blank">$tlang.getString("turnitinoc.instructions")</a>
<a href="https://help.turnitin.com/simcheck/integrations/sakai/instructor/instructor-category.htm" target="_blank">$tlang.getString("turnitinoc.instructions")</a>
</p>
<!-- End TurnitinOC custom options -->
#elseif($reviewServiceName.equals("Compilatio"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ public class ContentReviewServiceTurnitinOC extends BaseContentReviewService {
".html",
".wpd",
".odt",
".hwp",
".txt"
};
private final String[] DEFAULT_ACCEPTABLE_MIME_TYPES = new String[] {
Expand Down Expand Up @@ -236,7 +235,6 @@ public class ContentReviewServiceTurnitinOC extends BaseContentReviewService {
"text/html",
"application/wordperfect",
"application/vnd.oasis.opendocument.text",
"application/x-hwp",
"text/plain"
};

Expand Down

0 comments on commit 0d2ff5e

Please sign in to comment.