This commit is contained in:
Bas Stottelaar
2014-09-21 00:55:35 +02:00
parent 6a16fc2526
commit c05fa78fa0

View File

@@ -119,7 +119,7 @@
$(document).ready(function() {
$('form:first *:input[type!=hidden]:first').focus();
try{
var type = window.localStorage.getItem('search_type');
var type = window.localStorage.getItem('search_type') || "artist";
$("#search_type").val(type);
} catch(e) {
}