Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

Commit

Permalink
Adding missing headers to *.js files
Browse files Browse the repository at this point in the history
  • Loading branch information
momohs committed Mar 1, 2018
1 parent afe4daa commit 0fe8a26
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Backend/src/Trackable.Web/wwwroot/dist/swagger/swagger.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
$.ajax({
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

$.ajax({
url: "../api/users/me",
xhrFields: {
withCredentials: true
Expand Down
3 changes: 3 additions & 0 deletions Frontend/karma.conf.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

// Karma configuration file, see link for more information
// https://karma-runner.github.io/0.13/config/configuration-file.html

Expand Down
3 changes: 3 additions & 0 deletions Frontend/protractor.conf.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

// Protractor configuration file, see link for more information
// https://github.com/angular/protractor/blob/master/lib/config.ts

Expand Down
3 changes: 3 additions & 0 deletions MobileClient/src/service-worker.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

// tick this to make the cache invalidate and update
const CACHE_VERSION = 1;
const CURRENT_CACHES = {
Expand Down

0 comments on commit 0fe8a26

Please sign in to comment.