Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
f0ae6a0b
Commit
f0ae6a0b
authored
Mar 28, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(build): fixed js issue with optimized build
parent
1e44ee9e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
11 deletions
+2
-11
public/app/core/components/info_popover.ts
+0
-8
public/app/core/components/switch.ts
+2
-3
No files found.
public/app/core/components/info_popover.ts
View file @
f0ae6a0b
...
@@ -40,14 +40,6 @@ export function infoPopover() {
...
@@ -40,14 +40,6 @@ export function infoPopover() {
}
}
});
});
// inputElem.on('focus.popover', function() {
// drop.open();
// });
//
// inputElem.on('blur.popover', function() {
// close();
// });
scope
.
$on
(
'$destroy'
,
function
()
{
scope
.
$on
(
'$destroy'
,
function
()
{
drop
.
destroy
();
drop
.
destroy
();
});
});
...
...
public/app/core/components/switch.ts
View file @
f0ae6a0b
...
@@ -18,9 +18,8 @@ export class SwitchCtrl {
...
@@ -18,9 +18,8 @@ export class SwitchCtrl {
checked
:
any
;
checked
:
any
;
show
:
any
;
show
:
any
;
constructor
(
$element
)
{
/** @ngInject */
// hack to workaround animation
constructor
()
{
// happening on first show
this
.
show
=
true
;
this
.
show
=
true
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment