diff options
author | Maxime Quandalle <maxime@quandalle.com> | 2015-08-22 02:06:49 +0200 |
---|---|---|
committer | Maxime Quandalle <maxime@quandalle.com> | 2015-08-22 02:06:49 +0200 |
commit | 04bfbd5bd1f7c20486c0872641506f14336c8d21 (patch) | |
tree | 93879ecef6d5b441c3854317d74cd5a283893fa4 /client/config | |
parent | 4fc72d64b4e7a41875ef0778597dc3e66741ce8c (diff) | |
download | wekan-04bfbd5bd1f7c20486c0872641506f14336c8d21.tar.gz wekan-04bfbd5bd1f7c20486c0872641506f14336c8d21.tar.bz2 wekan-04bfbd5bd1f7c20486c0872641506f14336c8d21.zip |
Implement list restoration
Diffstat (limited to 'client/config')
-rw-r--r-- | client/config/reactiveTabs.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/config/reactiveTabs.js b/client/config/reactiveTabs.js new file mode 100644 index 00000000..937057f7 --- /dev/null +++ b/client/config/reactiveTabs.js @@ -0,0 +1,5 @@ +// XXX Since Blaze doesn't have a clean high component API, component API are +// also tweaky to use. I guess React would be a solution. +ReactiveTabs.createInterface({ + template: 'basicTabs' +}); |