mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-26 22:31:08 +00:00
Enable png
This commit is contained in:
parent
eece3147dd
commit
c592fd3ec5
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ var Chatroom = React.createClass({
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
var imgurRegex = /^(https?:\/\/i\.imgur\.com\/\S*\.jpg)$/i;
|
var imgurRegex = /^(https?:\/\/i\.imgur\.com\/\S*\.(jpg|png))$/i;
|
||||||
|
|
||||||
var ChatMessage = React.createClass({
|
var ChatMessage = React.createClass({
|
||||||
mixins: [
|
mixins: [
|
||||||
|
|
Loading…
Reference in a new issue