backend-plus 2.1.1 → 2.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -547,9 +547,6 @@ window.addEventListener('load', function(){
547
547
  my.showPage();
548
548
  })
549
549
  document.body.appendChild(html.div({id:'cached-images'},[
550
- html.img({src:my.path.img+'airplane-on.png'}),
551
- html.img({src:my.path.img+'airplane-off.png'}),
552
- html.img({src:my.path.img+'airplane.png'}),
553
550
  html.img({src:my.path.img+'server.png'}),
554
551
  html.img({src:my.path.img+'network-signal.png'}),
555
552
  html.img({src:my.path.img+'server-error.png'}),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "backend-plus",
3
3
  "description": "Backend for the anti Pareto rule",
4
- "version": "2.1.1",
4
+ "version": "2.1.2",
5
5
  "author": "Codenautas <codenautas@googlegroups.com>",
6
6
  "license": "MIT",
7
7
  "repository": "codenautas/backend-plus",