Change button text

master
Zaahir Moolla 2016-07-21 09:14:40 -04:00
parent c22ba4d07a
commit caac4082cf
2 changed files with 2 additions and 2 deletions

View File

@ -9,5 +9,5 @@
</div>
<div class="js_minify--action_box">
<button class="btn btn--skeleton" disabled>Minify</button>
<button class="btn btn--skeleton" disabled>Minify Code</button>
</div>

View File

@ -45,7 +45,7 @@ DDH.js_minify.build = function(ops) {
// enable the button and change the pointer back to
// 'pointer'
$minifyButton
.text('Minify')
.text('Minify Code')
.prop('disabled', false)
.css('cursor', 'pointer')
.removeClass('btn--skeleton')