parent
6e46b46074
commit
8dc0ce1fed
@ -1,3 +1,3 @@
|
||||
module Dashboard
|
||||
VERSION = "0.1.4"
|
||||
VERSION = "0.1.6"
|
||||
end
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,17 +0,0 @@
|
||||
(() => {
|
||||
var __getOwnPropNames = Object.getOwnPropertyNames;
|
||||
var __commonJS = (cb, mod) => function __require() {
|
||||
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
||||
};
|
||||
|
||||
// app/javascript/cable.js
|
||||
var require_cable = __commonJS({
|
||||
"app/javascript/cable.js"(exports) {
|
||||
(function() {
|
||||
this.App || (this.App = {});
|
||||
App.cable = ActionCable.createConsumer();
|
||||
}).call(exports);
|
||||
}
|
||||
});
|
||||
require_cable();
|
||||
})();
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue