2013-10-02 Miguel de Dios <miguel.dedios@artica.es>

* include/javascript/jquery.pandora.js: fixed the previous fixed.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8842 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2013-10-02 10:19:07 +00:00
parent bc81b2fac4
commit b9f5622ab3
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-10-02 Miguel de Dios <miguel.dedios@artica.es>
* include/javascript/jquery.pandora.js: fixed the previous fixed.
2013-10-02 Miguel de Dios <miguel.dedios@artica.es>
* include/javascript/jquery.pandora.js, index.php,

View File

@ -88,7 +88,10 @@ $(document).ready (function () {
if (typeof(process_login_ok) == "undefined")
process_login_ok = 0;
if (process_login_ok) {
if (typeof(show_error_license) == "undefined")
show_error_license = 0;
if (process_login_ok || show_error_license) {
$( "#license_error_msg_dialog" ).dialog({
dialogClass: "no-close",