Cin7 templates - missed something in the cataloggit status Anthology bulk knowledgestate fix.
This commit is contained in:
@ -20,9 +20,8 @@ function setLang(lang) {
|
||||
if (localStorage.getItem('language') == null || localStorage.getItem('language') != lang) {
|
||||
localStorage.setItem('language', lang)
|
||||
}
|
||||
|
||||
var data = {
|
||||
uuid : '{{current_person.id}}',
|
||||
uuid : '{{current_person.id}}',
|
||||
language : lang
|
||||
};
|
||||
$.ajax({
|
||||
@ -39,7 +38,7 @@ function setLang(lang) {
|
||||
});
|
||||
}
|
||||
|
||||
/* When the user clicks on the button,
|
||||
/* When the user clicks on the button,
|
||||
toggle between hiding and showing the dropdown content */
|
||||
function myFunction() {
|
||||
document.getElementById("myDropdown").classList.toggle("show");
|
||||
|
||||
Reference in New Issue
Block a user