first step to a nicer code style of admin

This commit is contained in:
niphlod
2013-07-14 20:13:37 +02:00
parent 1a58701d57
commit 40d1ff9d17
11 changed files with 816 additions and 1344 deletions
@@ -7,7 +7,7 @@ function delkey(id) {
return false;
}
function hideShowTranslated(){
jQuery(".translated").closest("div.row-fluid").toggle();
jQuery(".translated").closest("div.row-fluid").toggle();
}
</script>