forked from verdnatura/hedera-web
Catalog filter fixes
This commit is contained in:
parent
3de2c2f9fe
commit
894ff77877
|
@ -1,4 +1,4 @@
|
|||
hedera-web (1.407.75) stable; urgency=low
|
||||
hedera-web (1.407.76) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -24,13 +24,14 @@ Hedera.Catalog = new Class({
|
|||
|
||||
,activate: function() {
|
||||
document.body.appendChild(this.$.rightPanel);
|
||||
|
||||
this.$.items.setInfo('i', 'item', 'vn', ['id']);
|
||||
|
||||
if (localStorage.getItem('hederaView'))
|
||||
this.setView(parseInt(localStorage.getItem('hederaView')));
|
||||
else
|
||||
this.setView(Hedera.Catalog.View.GRID);
|
||||
|
||||
this.onRealmChange();
|
||||
}
|
||||
|
||||
,deactivate: function() {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hedera-web",
|
||||
"version": "1.407.75",
|
||||
"version": "1.407.76",
|
||||
"description": "Verdnatura web page",
|
||||
"license": "GPL-3.0",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in New Issue