Skip to content

Commit

Permalink
Remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
patricksptang committed Nov 18, 2023
1 parent 6b2ca60 commit 8a1dfe7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions step-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@
<groupId>org.sonatype.sisu.inject</groupId>
<artifactId>guice-servlet</artifactId>
</dependency>
<!--<dependency>-->
<!--<groupId>com.yammer.metrics</groupId>-->
<!--<artifactId>metrics-guice</artifactId>-->
<!--</dependency>-->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
Expand All @@ -79,11 +75,6 @@
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
</dependency>
<!--<dependency>-->
<!--<groupId>com.yammer.metrics</groupId>-->
<!--<artifactId>metrics-servlet</artifactId>-->
<!--</dependency>-->


<!-- test dependencies -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion step-web/src/main/webapp/js/passage/step.passage.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ step.passage = {
* @strongReference the reference look for across this passage pane and
* highlight
*/
highlightStrong : function(passageId, strongReference, emphasiseClass) {
highlightStrong: function(passageId, strongReference, emphasiseClass) {
var showSimilarWord = step.passages.findWhere({ passageId: 0}).get("isSimilarWord");
if (typeof showSimilarWord === "undefined") showSimilarWord = true;
if ((!strongReference) || (!showSimilarWord)) return;
Expand Down

0 comments on commit 8a1dfe7

Please sign in to comment.