Updated link to check.php

This commit is contained in:
Tobias Reich 2014-04-22 12:05:43 +02:00
parent 1b56522ebc
commit bc9189433c

View File

@ -87,7 +87,7 @@ contextMenu = {
function() { settings.setSorting() },
function() { settings.setDropboxKey() },
function() { window.open(lychee.website, "_newtab"); },
function() { window.open("plugins/check.php", "_newtab"); },
function() { window.open("plugins/check/", "_newtab"); },
function() { lychee.logout() }
];