Merge pull request #1904 from basilfx/bugfixes8

Fixes for issues
This commit is contained in:
AdeHub
2014-09-21 11:04:49 +12:00

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) {
}