Small progress, save search works

This commit is contained in:
Torkel Ödegaard
2014-11-20 13:02:25 +01:00
parent eb2c078898
commit 00b4d233cc
3 changed files with 28 additions and 1 deletions
+1
View File
@@ -34,6 +34,7 @@ func Init() {
models.GetAccountByLogin = GetAccountByLogin
models.GetDashboard = GetDashboard
models.SaveDashboard = SaveDashboard
models.SearchQuery = SearchQuery
}
func LoadModelsConfig() {