mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-04 23:54:08 +01:00
Fix updates checking.
Change fancybox to alertify for non-locking messages. Fix error on removing groups. Set version string in DB and config file. Update translations. Add scroll to search, users, groups and profiles results. Update to 1.0rc3
This commit is contained in:
@@ -303,6 +303,8 @@ class SP_Html {
|
||||
array("href" => "css/jquery.powertip.css", "media" => "screen"),
|
||||
array("href" => "css/jquery.powertip-yellow.min.css", "media" => "screen"),
|
||||
array("href" => "css/chosen.css", "media" => "screen"),
|
||||
array("href" => "css/alertify.core.css", "media" => "screen"),
|
||||
array("href" => "css/alertify.default.css", "media" => "screen"),
|
||||
array("href" => "js/fancybox/jquery.fancybox.css", "media" => "screen"),
|
||||
array("href" => "css/styles.css", "media" => ""));
|
||||
|
||||
@@ -326,6 +328,7 @@ class SP_Html {
|
||||
array("src" => "js/fancybox/jquery.fancybox.pack.js", "params" => ""),
|
||||
array("src" => "js/jquery.powertip.min.js", "params" => ""),
|
||||
array("src" => "js/chosen.jquery.min.js", "params" => ""),
|
||||
array("src" => "js/alertify.min.js", "params" => ""),
|
||||
array("src" => "js/functions.php", "params" => "&l=" . SP_Init::$LANG . "&r=" . base64_encode(SP_Init::$WEBROOT)));
|
||||
|
||||
foreach ($jsProp as $js) {
|
||||
|
||||
Reference in New Issue
Block a user