From: Chris Ferron <chris.e.ferron at linux.intel.com>
To: powertop@lists.01.org
Subject: Re: [Powertop] [PATCH] Remove unneded escaping backslashes from CSS
Date: Fri, 14 Sep 2012 08:10:07 -0700 [thread overview]
Message-ID: <505348CF.9060207@linux.intel.com> (raw)
In-Reply-To: 20120914102356.GB3053@swordfish.minsk.epam.com
[-- Attachment #1: Type: text/plain, Size: 2666 bytes --]
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('<div class=\"SystemButton\" onclick=\"toggleSystem()\">System Info<\\/div>');
>> - $('#top').append('<div class=\"SummaryButton\" onclick=\"toggleSummary()\">Summary<\\/div>');
>> - $('#top').append('<div class=\"CpuidleButton\" onclick=\"toggleCpuidle()\">CPU Idle<\\/div>');
>> - $('#top').append('<div class=\"CpufreqButton\" onclick=\"toggleCpufreq()\">CPU Frequency<\\/div>');
>> - $('#top').append('<div class=\"SoftwareButton\" onclick=\"toggleSoftware()\">Software info<\\/div>');
>> - $('#top').append('<div class=\"DeviceButton\" onclick=\"toggleDevice()\">Device Info<\\/div>');
>> - $('#top').append('<div class=\"TuningButton\" onclick=\"toggleTuning()\">Tuning<\\/div>');
>> - $('#top').append('<div class=\"AllButton\" onclick=\"toggleAll()\">All<\\/div>');
>> + $('#top').append('<div class=\"SystemButton\" onclick=\"toggleSystem()\">System Info</div>');
>> + $('#top').append('<div class=\"SummaryButton\" onclick=\"toggleSummary()\">Summary</div>');
>> + $('#top').append('<div class=\"CpuidleButton\" onclick=\"toggleCpuidle()\">CPU Idle</div>');
>> + $('#top').append('<div class=\"CpufreqButton\" onclick=\"toggleCpufreq()\">CPU Frequency</div>');
>> + $('#top').append('<div class=\"SoftwareButton\" onclick=\"toggleSoftware()\">Software info</div>');
>> + $('#top').append('<div class=\"DeviceButton\" onclick=\"toggleDevice()\">Device Info</div>');
>> + $('#top').append('<div class=\"TuningButton\" onclick=\"toggleTuning()\">Tuning</div>');
>> + $('#top').append('<div class=\"AllButton\" onclick=\"toggleAll()\">All</div>');
>> $('#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
next reply other threads:[~2012-09-14 15:10 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-14 15:10 Chris Ferron [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-09-14 10:29 [Powertop] [PATCH] Remove unneded escaping backslashes from CSS Sergey Senozhatsky
2012-09-14 10:23 Sergey Senozhatsky
2012-09-14 10:15 Igor Zhbanov
2012-09-14 10:02 Paul Menzel
2012-09-14 9:46 Igor Zhbanov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=505348CF.9060207@linux.intel.com \
--to=powertop@lists.01.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.