Implementadas algunas rutas faltantes
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
|
||||
<ShortName>UltimoWoW DB</ShortName>
|
||||
<Description>UltimoWoW DB Search Plugin</Description>
|
||||
<ShortName>{{ NOMBRE_SERVIDOR }} DB</ShortName>
|
||||
<Description>{{ NOMBRE_SERVIDOR }} DB Search Plugin</Description>
|
||||
<Url type="text/html" method="get" template="http://127.0.0.1:8000/wotlk/?search={searchTerms}"/>
|
||||
<Url type="application/x-suggestions+json" method="get" template="https://wotlk.ultimowow.com/?search={searchTerms}&opensearch"/>
|
||||
<Url type="application/x-suggestions+json" method="get" template="https://wotlk.novawow.com/?search={searchTerms}&opensearch"/>
|
||||
<Image height="16" width="16" type="image/vnd.microsoft.icon">http://127.0.0.1:8000/static/images/logos/favicon.ico</Image>
|
||||
<Image height="16" width="16" type="image/gif">http://127.0.0.1:8000/static/images/icons/favicon.gif</Image>
|
||||
</OpenSearchDescription>
|
||||
+1
-1
@@ -3393,7 +3393,7 @@ var Markup = {
|
||||
height: height,
|
||||
width: width,
|
||||
videoId: attr.unnamed,
|
||||
playerVars: { autoplay: (attr.autoplay ? 1 : 0), origin: 'https://wotlk.ultimowow.com' }
|
||||
playerVars: { autoplay: (attr.autoplay ? 1 : 0), origin: 'https://wotlk.novawow.com' }
|
||||
};
|
||||
|
||||
if (Markup.youtube.players.length == 0)
|
||||
|
||||
Reference in New Issue
Block a user