From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============1563431669859096154==" MIME-Version: 1.0 From: Chris Ferron Subject: Re: [Powertop] [PATCH] Remove unneded escaping backslashes from CSS Date: Fri, 14 Sep 2012 08:10:07 -0700 Message-ID: <505348CF.9060207@linux.intel.com> In-Reply-To: 20120914102356.GB3053@swordfish.minsk.epam.com To: powertop@lists.01.org List-ID: --===============1563431669859096154== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable On 09/14/2012 03:23 AM, Sergey Senozhatsky wrote: > On (09/14/12 13:46), Igor Zhbanov wrote: >> Remove unneded escaping backslashes from CSS. >> --- >> src/powertop.css | 16 ++++++++-------- >> 1 files changed, 8 insertions(+), 8 deletions(-) >> > looks good to me, thank you Igor. > > -ss > = Patch Merged Thank You -C >> diff --git a/src/powertop.css b/src/powertop.css >> index 087e384..5d303dc 100644 >> --- a/src/powertop.css >> +++ b/src/powertop.css >> @@ -21,14 +21,14 @@ $(document).ready(function(){ >> $('#tuning h2').addClass('hide'); >> $('#tuning table').addClass('hide'); >> = >> - $('#top').append('
System Info<\\/div>'); >> - $('#top').append('
Summary<\\/div>'); >> - $('#top').append('
CPU Idle<\\/div>'); >> - $('#top').append('
CPU Frequency<\\/div>'); >> - $('#top').append('
Software info<\\/div>'); >> - $('#top').append('
Device Info<\\/div>'); >> - $('#top').append('
Tuning<\\/div>'); >> - $('#top').append('
All<\\/div>'); >> + $('#top').append('
System Info
'); >> + $('#top').append('
Summary
'); >> + $('#top').append('
CPU Idle
'); >> + $('#top').append('
CPU Frequency
'); >> + $('#top').append('
Software info
'); >> + $('#top').append('
Device Info
'); >> + $('#top').append('
Tuning
'); >> + $('#top').append('
All
'); >> $('#top .SummaryButton').toggleClass('pressed'); >> = >> } >> -- = >> 1.7.5.4 >> >> _______________________________________________ >> PowerTop mailing list >> PowerTop(a)lists.01.org >> https://lists.01.org/mailman/listinfo/powertop >> > _______________________________________________ > PowerTop mailing list > PowerTop(a)lists.01.org > https://lists.01.org/mailman/listinfo/powertop --===============1563431669859096154==--