s/Detal/Detail/

This commit is contained in:
nexushoratio 2014-01-05 17:09:36 -08:00
parent 78d42fa957
commit b279c05a41

View File

@ -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 //////////////////////////////////////////////////////////