mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-18 23:42:17 +00:00
removes debugging prints
This commit is contained in:
@@ -32,22 +32,17 @@ export default {
|
||||
}
|
||||
},
|
||||
'entry.menu_open': function (newValue,oldValue) {
|
||||
if (this.entry.titel == "Mein Studium")
|
||||
{
|
||||
console.log("here",this.entry.titel,newValue,"newValue");
|
||||
}
|
||||
if (newValue)
|
||||
{
|
||||
console.log(this.entry.titel,"open")
|
||||
// only invokes .show if this.collapse is not null
|
||||
this.collapse && this.collapse.show();
|
||||
}
|
||||
else
|
||||
{
|
||||
console.log(this.entry.titel,"close")
|
||||
// only invokes .hide if this.collapse is not null
|
||||
this.collapse && this.collapse.hide();
|
||||
}
|
||||
// debugging helpers - console.log(this.entry.titel,newValue?"open":"close")
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user