mirror of https://github.com/vector-im/riot-web
				
				
				
			switch to namespaced CSS
							parent
							
								
									5df98d70f4
								
							
						
					
					
						commit
						5b0d13c1fc
					
				|  | @ -49,7 +49,7 @@ export function unicodeToImage(str) { | |||
|             alt = (emojione.unicodeAlt) ? emojione.convert(unicode.toUpperCase()) : mappedUnicode[unicode]; | ||||
|             const title = mappedUnicode[unicode]; | ||||
| 
 | ||||
|             replaceWith = `<img class="emojione" title="${title}" alt="${alt}" src="${emojione.imagePathSVG}${unicode}.svg${emojione.cacheBustParam}"/>`; | ||||
|             replaceWith = `<img class="mx_emojione" title="${title}" alt="${alt}" src="${emojione.imagePathSVG}${unicode}.svg${emojione.cacheBustParam}"/>`; | ||||
|             return replaceWith; | ||||
|         } | ||||
|     }); | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Matthew Hodgson
						Matthew Hodgson