mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
2013-01-31 Miguel de Dios <miguel.dedios@artica.es>
* godmode/reporting/visual_console_builder.editor.js: fixed a fucking infinite loop thanks javascript for hidden threads. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7555 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
79a5c23816
commit
aa49c338f4
@ -1,3 +1,8 @@
|
|||||||
|
2013-01-31 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
|
* godmode/reporting/visual_console_builder.editor.js: fixed a
|
||||||
|
fucking infinite loop thanks javascript for hidden threads.
|
||||||
|
|
||||||
2013-01-31 Miguel de Dios <miguel.dedios@artica.es>
|
2013-01-31 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* include/styles/jquery-ui-1.10.0.custom.css,
|
* include/styles/jquery-ui-1.10.0.custom.css,
|
||||||
|
@ -1521,7 +1521,7 @@ function eventsItems(drag) {
|
|||||||
$('.item').bind('click', function(event, ui) {
|
$('.item').bind('click', function(event, ui) {
|
||||||
event.stopPropagation();
|
event.stopPropagation();
|
||||||
if (!is_opened_palette) {
|
if (!is_opened_palette) {
|
||||||
divParent = $(event.target).parent();
|
var divParent = $(event.target);
|
||||||
while (!$(divParent).hasClass("item")) {
|
while (!$(divParent).hasClass("item")) {
|
||||||
divParent = $(divParent).parent();
|
divParent = $(divParent).parent();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user