Make version check configurable.

This commit is contained in:
Michal Čihař
2011-02-02 14:32:46 +01:00
parent 34546681a8
commit 42c8e65139
7 changed files with 21 additions and 2 deletions

View File

@@ -2466,7 +2466,7 @@ $(document).ready(function() {
/**
* Load version information asynchronously.
*/
if ($('#li_pma_version').length > 0) {
if ($('.jsversioncheck').length > 0) {
(function() {
var s = document.createElement('script');
s.type = 'text/javascript';