Display notification if newer version is available.

This is done using asynchronous javascript so it should not block any
actions.
This commit is contained in:
Michal Čihař
2011-02-02 11:43:21 +01:00
parent 775abf7392
commit 5b28e356aa
4 changed files with 142 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ require_once './libraries/common.inc.php';
$GLOBALS['js_include'][] = 'colorpicker/js/colorpicker.js';
$GLOBALS['js_include'][] = 'main_custom_color.js';
$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.custom.js';
$GLOBALS['js_include'][] = 'jquery/jquery.sprintf.js';
// Handles some variables that may have been sent by the calling script
$GLOBALS['db'] = '';