Update db version

Este commit está contenido en:
JustOff
2018-09-07 15:52:44 +03:00
padre 05dc383168
commit 9b69da001a
Se han modificado 3 ficheros con 3 adiciones y 3 borrados

Ver fichero

@@ -2,7 +2,7 @@
### About ### About
This catalog contains **75,905** versions of **16,706** Firefox add-ons created by **12,538** developers over the past **15 years** using XUL/XPCOM technology before Mozilla decided to ruin the classic extensions ecosystem and go exclusively to WebExtensions. This catalog contains **75,929** versions of **16,706** Firefox add-ons created by **12,538** developers over the past **15 years** using XUL/XPCOM technology before Mozilla decided to ruin the classic extensions ecosystem and go exclusively to WebExtensions.
### Who creates these add-ons? ### Who creates these add-ons?

Ver fichero

@@ -24,7 +24,7 @@
<div id="masthead"> <div id="masthead">
<h1 class="site-title"> <h1 class="site-title">
<a href="caa:"> <a href="caa:">
<img alt="Firefox" src="chrome://ca-archive/skin/logo.png">Classic Add-ons Archive <font size="1">(2018.07)</font></a> <img alt="Firefox" src="chrome://ca-archive/skin/logo.png">Classic Add-ons Archive <font size="1">(2018.09)</font></a>
</h1> </h1>
<nav id="site-nav" class="menu-nav c"> <nav id="site-nav" class="menu-nav c">

Ver fichero

@@ -2,7 +2,7 @@
(function () { (function () {
var Cu = Components.utils; var Cu = Components.utils;
let dbname = "ca-archive-18071101.sqlite"; let dbname = "ca-archive-18090701.sqlite";
Cu.import("chrome://ca-archive/content/db.js"); Cu.import("chrome://ca-archive/content/db.js");
if (!DB.openDB(dbname, document)) { if (!DB.openDB(dbname, document)) {