mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
#12097 Fix view discovery
This commit is contained in:
parent
7d5f4f17c6
commit
80b0522c7c
@ -50,12 +50,10 @@ function progress_task_list(id, title) {
|
||||
$elem.html(err_text);
|
||||
}
|
||||
if (data) {
|
||||
data = data.replace(
|
||||
'<script type="text/javascript" src="http://172.16.0.2/pandora_console/include/javascript/jquery.ui-timepicker-addon.js"></script>',
|
||||
""
|
||||
);
|
||||
let split_data = data.split('{"html":');
|
||||
data = '{"html":' + split_data[1];
|
||||
data = JSON.parse(data);
|
||||
$elem.html(data.html);
|
||||
$elem.html(data.html + " " + split_data[0]);
|
||||
}
|
||||
|
||||
if (!$elem.dialog("isOpen")) $elem.dialog("open");
|
||||
|
Loading…
x
Reference in New Issue
Block a user