forked from GithubMirrors/cardconjurer
		
	Update creator-14.js
This commit is contained in:
		| @@ -917,7 +917,7 @@ function widthToAngle(width, radius) { | ||||
| 	return width / radius; | ||||
| } | ||||
| function curlyQuotes(input) { | ||||
| 	return input.replace(/ '/g, ' ‘').replace(/^'/, '‘').replace(/'/g, '’').replace(/ "/g, ' “').replace(/" /g, '” ').replace(/\."/, '”').replace(/"$/, '”').replace(/"\)/g, '”)').replace(/"/g, '“'); | ||||
| 	return input.replace(/ '/g, ' ‘').replace(/^'/, '‘').replace(/'/g, '’').replace(/ "/g, ' “').replace(/" /g, '” ').replace(/\."/, '.”').replace(/"$/, '”').replace(/"\)/g, '”)').replace(/"/g, '“'); | ||||
| } | ||||
| function pinlineColors(color) { | ||||
| 	return color.replace('white', '#fcfeff').replace('blue', '#0075be').replace('black', '#272624').replace('red', '#ef3827').replace('green', '#007b43') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Kyle
					Kyle