Skip to content

Commit 3b0a482

Browse files
author
Jakub Macioszek
committed
Add file header in js files
1 parent dca9cb5 commit 3b0a482

7 files changed

Lines changed: 43 additions & 1 deletion

File tree

src/Resources/public/js/bitbag-block-image-preview.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
This file was created by developers working at BitBag
3+
Do you need more information about us and what we do? Visit our https://bitbag.io website!
4+
We are hiring developers from all over the world. Join us and start your new, exciting adventure and become part of us: https://bitbag.io/career
5+
*/
6+
17
(function ( $ ) {
28
'use strict';
39

src/Resources/public/js/bitbag-cms-resource-preview.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
This file was created by developers working at BitBag
3+
Do you need more information about us and what we do? Visit our https://bitbag.io website!
4+
We are hiring developers from all over the world. Join us and start your new, exciting adventure and become part of us: https://bitbag.io/career
5+
*/
6+
17
(function ( $ ) {
28
'use strict';
39

@@ -10,7 +16,7 @@
1016
if (callback !== undefined) {
1117
callback();
1218
}
13-
19+
1420
var actionButton = $(this);
1521
var form = actionButton.closest('form');
1622
var url = actionButton.data('url');

src/Resources/public/js/bitbag-media-autocomplete.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
This file was created by developers working at BitBag
3+
Do you need more information about us and what we do? Visit our https://bitbag.io website!
4+
We are hiring developers from all over the world. Join us and start your new, exciting adventure and become part of us: https://bitbag.io/career
5+
*/
6+
17
"use strict";
28

39
var mediaCharLimit = 20;

src/Resources/public/js/bitbag-page-slug.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
This file was created by developers working at BitBag
3+
Do you need more information about us and what we do? Visit our https://bitbag.io website!
4+
We are hiring developers from all over the world. Join us and start your new, exciting adventure and become part of us: https://bitbag.io/career
5+
*/
6+
17
(function ($) {
28
'use strict';
39

src/Resources/public/js/bitbag-upload-csv.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
This file was created by developers working at BitBag
3+
Do you need more information about us and what we do? Visit our https://bitbag.io website!
4+
We are hiring developers from all over the world. Join us and start your new, exciting adventure and become part of us: https://bitbag.io/career
5+
*/
6+
17
(function($) {
28
$('.bitbag-cms-import input[type="text"]').click(function() {
39
$(this).parent().find('input[type="file"]').click();

src/Resources/public/js/ckeditor-plugins/media/dialogs/media.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
This file was created by developers working at BitBag
3+
Do you need more information about us and what we do? Visit our https://bitbag.io website!
4+
We are hiring developers from all over the world. Join us and start your new, exciting adventure and become part of us: https://bitbag.io/career
5+
*/
6+
17
let oldValue = null;
28
let phrase = '';
39
let currentPage = 1;

src/Resources/public/js/ckeditor-plugins/media/plugin.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
This file was created by developers working at BitBag
3+
Do you need more information about us and what we do? Visit our https://bitbag.io website!
4+
We are hiring developers from all over the world. Join us and start your new, exciting adventure and become part of us: https://bitbag.io/career
5+
*/
6+
17
CKEDITOR.plugins.add('media', {
28
icons: 'media',
39
init(editor) {

0 commit comments

Comments
 (0)