Na mobitelu ne dodajamo avtomatsko kategorij v vprasanje
This commit is contained in:
parent
b30c38dbbb
commit
a8bf333379
@ -657,6 +657,9 @@ function inline_nova_vrednost (_this) {
|
|||||||
// ce je anketa zaklenjena
|
// ce je anketa zaklenjena
|
||||||
if ($(_this).attr('contenteditable') != 'true') return;
|
if ($(_this).attr('contenteditable') != 'true') return;
|
||||||
|
|
||||||
|
// Ce smo na mobitelu tega ni
|
||||||
|
if ($('.mobile_header:visible').length != 0) return;
|
||||||
|
|
||||||
// ce imamo v edit modu vprasanja same default odgovore (to je ob novem vprasanju in ce se nic ne spreminja)
|
// ce imamo v edit modu vprasanja same default odgovore (to je ob novem vprasanju in ce se nic ne spreminja)
|
||||||
var variable_holder = $(_this).closest('.variable_holder');
|
var variable_holder = $(_this).closest('.variable_holder');
|
||||||
var _default = 1;
|
var _default = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user