s/Detal/Detail/
This commit is contained in:
parent
78d42fa957
commit
b279c05a41
@ -19,9 +19,9 @@
|
|||||||
// PLUGIN START ////////////////////////////////////////////////////////
|
// PLUGIN START ////////////////////////////////////////////////////////
|
||||||
|
|
||||||
// use own namespace for plugin
|
// use own namespace for plugin
|
||||||
window.plugin.resoEnergyPctInPortalDetal = function() {};
|
window.plugin.resoEnergyPctInPortalDetail = function() {};
|
||||||
|
|
||||||
window.plugin.resoEnergyPctInPortalDetal.updateMeter = function(data) {
|
window.plugin.resoEnergyPctInPortalDetail.updateMeter = function(data) {
|
||||||
$("span.meter-level")
|
$("span.meter-level")
|
||||||
.css({
|
.css({
|
||||||
"word-spacing": "-1px",
|
"word-spacing": "-1px",
|
||||||
@ -39,7 +39,7 @@ window.plugin.resoEnergyPctInPortalDetal.updateMeter = function(data) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var setup = function() {
|
var setup = function() {
|
||||||
window.addHook('portalDetailsUpdated', window.plugin.resoEnergyPctInPortalDetal.updateMeter);
|
window.addHook('portalDetailsUpdated', window.plugin.resoEnergyPctInPortalDetail.updateMeter);
|
||||||
}
|
}
|
||||||
|
|
||||||
// PLUGIN END //////////////////////////////////////////////////////////
|
// PLUGIN END //////////////////////////////////////////////////////////
|
||||||
|
Loading…
x
Reference in New Issue
Block a user