mirror of
https://github.com/maunium/stickerpicker.git
synced 2025-08-27 18:31:43 +02:00
Remove unncessary extension from URL and erroneous script tag
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no">
|
||||
<title>Maunium sticker picker</title>
|
||||
<link rel="modulepreload" href="src/widget-api.js"></script>
|
||||
<link rel="modulepreload" href="src/widget-api.js">
|
||||
<link rel="modulepreload" href="src/frequently-used.js"/>
|
||||
<link rel="modulepreload" href="src/spinner.js"/>
|
||||
<link rel="modulepreload" href="lib/htm/preact.js"/>
|
||||
|
@@ -92,7 +92,7 @@ class GiphySearchTab extends Component {
|
||||
},
|
||||
},
|
||||
"msgtype": "m.image",
|
||||
"url": gif_homeserver+jsonElement.id+".gif"
|
||||
"url": gif_homeserver+jsonElement.id
|
||||
};
|
||||
this.setState((prevState) => ({
|
||||
GIFById: {...prevState.GIFById, [id]: updatedItem}}));
|
||||
|
Reference in New Issue
Block a user