filter is not saved with state

This commit is contained in:
Oliver Gorwits
2014-10-25 21:34:09 +01:00
parent 2e29f0b11d
commit 3a4df4527d

View File

@@ -35,4 +35,7 @@
} }
}); });
} }
// make sure filter is never saved
data.search.search = "";
} }