summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-08-18 11:53:18 -0400
committerChristopher Speller <crspeller@gmail.com>2015-08-19 08:53:52 -0400
commit9222e191aab9397b6a7c6713d1b0b0b96b421de7 (patch)
treebdc90c7467bcab3f0755312ff0cfdb6ecddc20ff /web
parenta7e935af9c7e6254ca45e0286b05b5eb6d8283a6 (diff)
downloadchat-9222e191aab9397b6a7c6713d1b0b0b96b421de7.tar.gz
chat-9222e191aab9397b6a7c6713d1b0b0b96b421de7.tar.bz2
chat-9222e191aab9397b6a7c6713d1b0b0b96b421de7.zip
Requiring team admin to import and fixing a few style issues
Diffstat (limited to 'web')
-rw-r--r--web/react/utils/client.jsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/web/react/utils/client.jsx b/web/react/utils/client.jsx
index b25702589..103292abf 100644
--- a/web/react/utils/client.jsx
+++ b/web/react/utils/client.jsx
@@ -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,