mirror of
https://github.com/2ec0b4/kaamelott-soundboard.git
synced 2025-12-09 16:05:35 +00:00
(master) Supprime Likely
This commit is contained in:
@@ -5,8 +5,6 @@ define("views/share", function(require) {
|
||||
ShareTemplate = require("hbs!templates/share"),
|
||||
ShareView;
|
||||
|
||||
require("likely");
|
||||
|
||||
ShareView = Marionette.LayoutView.extend({
|
||||
template: ShareTemplate,
|
||||
templateHelpers: function () {
|
||||
@@ -39,8 +37,6 @@ define("views/share", function(require) {
|
||||
onShow: function() {
|
||||
var that = this;
|
||||
|
||||
likely.initiate();
|
||||
|
||||
this.center();
|
||||
|
||||
window.setTimeout(function() {
|
||||
|
||||
Reference in New Issue
Block a user