From 248ebdcd18b97abe21fa1d32f28e16842d524ba4 Mon Sep 17 00:00:00 2001 From: Jan Richter Date: Tue, 23 Sep 2014 15:14:22 +0200 Subject: [PATCH] search fixes --- content.js | 14 ++++++++------ manifest.json | 2 +- options.html | 2 +- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/content.js b/content.js index 3c490ec..5880491 100644 --- a/content.js +++ b/content.js @@ -20,9 +20,10 @@ function searchMovieImdb (imdb) { $.get("http://www.omdbapi.com/?i="+imdb,function(data) { data = JSON.parse(data); if (data.imdbRating) { + searchMovieCsfd(spaceTitle(data.Title),data.Year.slice(0,4),"makeMagicCsfd"); makeMagicImdb(data.imdbRating); } - }); + }); } @@ -48,7 +49,7 @@ function autocompleteByTitle (title) { var result = JSON.parse(data); if (!result.Response) return; console.log(result); - $("input[name='SQLnRokUvedeni']").val(result.Year); + $("input[name='SQLnRokUvedeni']").val(result.Year.slice(0,4)); $("input[name='SQLsIMDB']").val(result.imdbID.slice(2)); $("#side1cont").prepend("
PLAKÁT
"); @@ -218,15 +219,15 @@ $(document).ready(function() { $("a[href^='index.php?Fulltext']").after("Další přesné verze"); } - searchMovieCsfd(spaceTitle,year,"makeMagicCsfd"); + // searchMovieCsfd(spaceTitle,year,"makeMagicCsfd"); searchMovieImdb(imdb); } // ropracovane detail if (location.href.indexOf("Stat=5&item=") !== -1) { - var link = $($(".soupis .row2").children()[5]).children().attr("href"); - $(".soupis").before("Aktualizovat stav překladu"); + var link = $($(".soupis .row2").children()[6]).children().attr("href"); + $(".soupis").eq(1).before("Aktualizovat stav překladu"); } // vysledky vyhledavani @@ -353,7 +354,8 @@ $(document).ready(function() { if (items.domu) { // tlacitko domu na kazde strance - $("#menu li:first").before("
  • Domů
  • "); + // $("#menu li:first").before("
  • Domů
  • "); + $("#menu li a:first").text("Domů"); } if (items.premium) diff --git a/manifest.json b/manifest.json index 8575c49..592ed0b 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name": "Titulky plus", "short_name": "Titulky+", "author": "Jan Richter", - "version": "0.6", + "version": "0.6.3", "description": "Vylepšení webu titulky.com pro pohodlnější práci (nejen pro překladatele).", "manifest_version": 2, "icons": { diff --git a/options.html b/options.html index 1cc76e3..9527871 100644 --- a/options.html +++ b/options.html @@ -20,7 +20,7 @@

    Obecné