Skip to content

Commit

Permalink
Update Find and Replace Symbols and Letters.js
Browse files Browse the repository at this point in the history
Added cent symbol.
  • Loading branch information
kistasaurus committed Jun 24, 2015
1 parent 4bc67f7 commit 0394679
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Find and Replace Symbols and Letters.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,15 @@ function doIt() {
searchSource: true,
useRegularExpressions: false
});
dreamweaver.replaceAll();

dreamweaver.setUpFindReplace({
searchString: "¢",
replaceString: "¢",
searchWhat: "document",
searchSource: true,
useRegularExpressions: false
});
dreamweaver.replaceAll();

dreamweaver.setUpFindReplace({
Expand Down

0 comments on commit 0394679

Please sign in to comment.