Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
sample commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gmej committed May 10, 2023
1 parent 7287884 commit 83dcd15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/preprocessing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const addSemmanticAnnotation = (leafletSectionList: any[]) => {
//Preprocessing goes in here
// ADD TEST PREPROCESS
console.log("Adding <samplePreprocessTag> tag");
section['text']['div'] = `<samplePreprocessTag><samplePreprocessTag2>${section['text']['div']}</samplePreprocessTag></samplePreprocessTag2>`
section['text']['div'] = `<samplePreprocessTag><samplePreprocessTag3>${section['text']['div']}</samplePreprocessTag></samplePreprocessTag3>`



Expand Down

0 comments on commit 83dcd15

Please sign in to comment.