added nearby list and maps to venue cards
This commit is contained in:
parent
7b5d3e7430
commit
8e380ba184
@ -11,7 +11,7 @@
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
const CACHE_VERSION = { 'version': '0.0.644' };
|
||||
const CACHE_VERSION = { 'version': '0.0.645' };
|
||||
const dataCacheName = 'jubileeData-v1';
|
||||
const cacheName = 'jubilee-final-1';
|
||||
const filesToCache = [
|
||||
|
@ -86,7 +86,7 @@ const AgendaModel = Backbone.Model.extend({
|
||||
const agendaJSON = JSON.parse(body);
|
||||
const newAgenda = [];
|
||||
|
||||
console.log('>> agendaJSON', agendaJSON);
|
||||
// console.log('>> agendaJSON', agendaJSON);
|
||||
for(const item of agendaJSON) {
|
||||
//
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user