Fix infinite collocation call loop

pull/3/head
Luka Kavčič 4 years ago
parent 54c536e68c
commit e1b302e2f5

@ -141,7 +141,7 @@ class SkeModal(ClickMessage):
elif type(data) is list:
window.console.log(data)
# check if gf2 examples are loaded or not
if not data[0].gf2_check:
if not data[0].gf2_check and type(data[0]) is SkeExample:
# we get the data, we have to match it with available data on our gf2 examples API
match_gf2_examples(data, page_num, search_term, ske_index)

Loading…
Cancel
Save