added tagging to installed_apps
This commit is contained in:
parent
223d9d6179
commit
109c9dbf90
|
@ -127,6 +127,7 @@ INSTALLED_APPS = (
|
|||
'erang_organised',
|
||||
'scriptbank',
|
||||
'bestpractices',
|
||||
'tagging',
|
||||
# 'solango',
|
||||
'multilingual',
|
||||
# 'multilingual.flatpages',
|
||||
|
|
|
@ -536,7 +536,7 @@ Ox.ItfBox = function(options, self) {
|
|||
size: 16
|
||||
})
|
||||
// .dblclick(dblclickTitlebar)
|
||||
.appendTo(that.$content),
|
||||
.appendTo(that),
|
||||
|
||||
/*
|
||||
$switch = new Ox.Button({
|
||||
|
|
Loading…
Reference in New Issue
Block a user