Browse Source

Add file common.js

pull/743/head
Johann-S 10 years ago
parent
commit
ab88a4e64f
  1. 1
      Gruntfile.js
  2. 12
      js/common.js

1
Gruntfile.js

@ -50,6 +50,7 @@ module.exports = function (grunt) {
banner: '<%= banner %>'
},
src: [
'js/common.js',
'js/modals.js',
'js/popovers.js',
'js/push.js',

12
js/common.js

@ -0,0 +1,12 @@
/* ========================================================================
* Ratchet: modals.js v2.0.2
* http://goratchet.com/
* ========================================================================
* Copyright 2015 Connor Sears
* Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE)
* ======================================================================== */
!(function () {
'use strict';
}());
Loading…
Cancel
Save