mirror of
https://github.com/wekan/wekan.git
synced 2026-02-28 02:44:07 +01:00
Merge rules.
This commit is contained in:
parent
6ab5f093d5
commit
b3a752ef34
6 changed files with 2 additions and 13 deletions
|
|
@ -98,8 +98,6 @@ BlazeComponent.extendComponent({
|
|||
evt.preventDefault();
|
||||
Utils.goBoardId(Session.get('currentBoard'));
|
||||
}
|
||||
console.log(evt)
|
||||
|
||||
},
|
||||
|
||||
cardIsSelected() {
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ BlazeComponent.extendComponent({
|
|||
},
|
||||
|
||||
name() {
|
||||
console.log(this.data());
|
||||
// console.log(this.data());
|
||||
},
|
||||
events() {
|
||||
return [{
|
||||
|
|
@ -55,4 +55,4 @@ BlazeComponent.extendComponent({
|
|||
},
|
||||
}];
|
||||
},
|
||||
}).register('rulesActions');
|
||||
}).register('rulesActions');
|
||||
|
|
|
|||
|
|
@ -83,7 +83,6 @@ window.Popup = new class {
|
|||
// our internal dependency, and since we just changed the top element of
|
||||
// our internal stack, the popup will be updated with the new data.
|
||||
if (!self.isOpen()) {
|
||||
console.log(self.template)
|
||||
self.current = Blaze.renderWithData(self.template, () => {
|
||||
self._dep.depend();
|
||||
return { ...self._getTopStack(), stack: self._stack };
|
||||
|
|
|
|||
|
|
@ -145,7 +145,6 @@ Utils = {
|
|||
});
|
||||
},
|
||||
|
||||
<<<<<<< HEAD
|
||||
setMatomo(data){
|
||||
window._paq = window._paq || [];
|
||||
window._paq.push(['setDoNotTrack', data.doNotTrack]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue