Org user quota minor fix

pull/6362/head
María Checa 9 years ago
parent e740feab36
commit 7559f03c48

@ -147,7 +147,7 @@ $(function() {
}
// User quota main view
if (organization_user_data) {
if (organizationUser) {
new OrganizationUserQuota({
el: this.$('.js-userQuota'),
model: organizationUser

@ -1,5 +1,5 @@
// version: 3.15.2
// sha: 5640fee5e39faed217b50f278eacff038c2d82cb
// version: 3.15.8
// sha: 60285edb65f6575c8a34799fde55308751251c5f
!function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var f;"undefined"!=typeof window?f=window:"undefined"!=typeof global?f=global:"undefined"!=typeof self&&(f=self),f.O=e()}}(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);throw new Error("Cannot find module '"+o+"'")}var f=n[o]={exports:{}};t[o][0].call(f.exports,function(e){var n=t[o][1][e];return s(n?n:e)},f,f.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(_dereq_,module,exports){

@ -1,6 +1,6 @@
// cartodb.js version: 3.15.8
// uncompressed version: cartodb.uncompressed.js
// sha: be76b55caeeb0dfc147e3fa36628d9e215717ce5
// sha: 3798323b953318576fac7ef00dede0aeec81e978
(function() {
var define; // Undefine define (require.js), see https://github.com/CartoDB/cartodb.js/issues/543
var root = this;
@ -37045,7 +37045,7 @@ if(typeof(google) != "undefined" && typeof(google.maps) != "undefined") {
scrollwheel: this.map.get("scrollwheel"),
// Allow dragging (and double click zoom)
draggable: this.map.get("drag"),
disableDoubleClickZoom: !this.map.get("drag"),
disableDoubleClickZoom: this.map.get("drag"),
mapTypeControl:false,
mapTypeId: google.maps.MapTypeId.ROADMAP,
backgroundColor: 'white',

Loading…
Cancel
Save