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:
parent
bc81b2fac4
commit
b9f5622ab3
|
@ -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>
|
2013-10-02 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* include/javascript/jquery.pandora.js, index.php,
|
* include/javascript/jquery.pandora.js, index.php,
|
||||||
|
|
|
@ -88,7 +88,10 @@ $(document).ready (function () {
|
||||||
if (typeof(process_login_ok) == "undefined")
|
if (typeof(process_login_ok) == "undefined")
|
||||||
process_login_ok = 0;
|
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({
|
$( "#license_error_msg_dialog" ).dialog({
|
||||||
dialogClass: "no-close",
|
dialogClass: "no-close",
|
||||||
|
|
Loading…
Reference in New Issue