[gen] Within Ref fields, added 2 icons for moving tied objects to top or bottom + bugfixes.
This commit is contained in:
parent
ac08d2d795
commit
036856f07e
23 changed files with 113 additions and 29 deletions
|
@ -48,9 +48,9 @@ function len(dict) {
|
|||
return res;
|
||||
}
|
||||
|
||||
function switchLanguage(selectWidget) {
|
||||
function switchLanguage(selectWidget, siteUrl) {
|
||||
var language = selectWidget.options[selectWidget.selectedIndex].value;
|
||||
goto("/config/changeLanguage?language=" + language);
|
||||
goto(siteUrl + '/config/changeLanguage?language=' + language);
|
||||
}
|
||||
|
||||
var isIe = (navigator.appName == "Microsoft Internet Explorer");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue