Requiring team admin to import and fixing a few style issues

Этот коммит содержится в:
Christopher Speller
2015-08-18 11:53:18 -04:00
родитель a7e935af9c
Коммит 9222e191aa
3 изменённых файлов: 5 добавлений и 9 удалений

Просмотреть файл

@@ -1,4 +1,3 @@
// Copyright (c) 2015 Spinpunch, Inc. All Rights Reserved.
// See License.txt for license information.
var BrowserStore = require('../stores/browser_store.jsx');
@@ -859,7 +858,7 @@ module.exports.uploadProfileImage = function(imageData, success, error) {
module.exports.importSlack = function(fileData, success, error) {
$.ajax({
url: '/api/v1/teams/import_team',
url: '/api/v1/teams/import_team',
type: 'POST',
data: fileData,
cache: false,