Skip to content

Commit 720fec8

Browse files
committed
TURBOCHR-1283 - 301 redirect test with jekyl redir
1 parent f3d19c9 commit 720fec8

24 files changed

+27
-1
lines changed

Diff for: create-word-cloud.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Create Word Cloud Online | Developer Tools
33
layout: post
4+
redirect_to: "https://www.fromdev.com/word-cloud-generator"
45
---
56
<html>
67

Diff for: ebay-feedback-generator.html

+2
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,8 @@ <h3 class="box-title">I Do Not Like The Feedback Suggested By This. What Should
302302
CopyTextAddon.register('buyerFeedback');
303303
CopyTextAddon.register('sellerFeedback');
304304
$('#generators-category').addClass('active');
305+
$('.markdown-body').attr('style', 'max-width:100%;');
306+
305307
});
306308
</script>
307309

Diff for: fiverr-feedback-generator.html

+1
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ <h3 class="box-title">I Do Not Like The Feedback Suggested By This. What Should
220220
$sellerFeedback.selectOnFocus();
221221
}
222222
$('#generators-category').addClass('active');
223+
$('.markdown-body').attr('style', 'max-width:100%;');
223224

224225
});
225226
</script>

Diff for: html-escape-unescape.html

+1
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ <h3 class="box-title">Why HTML String Encoding Tool Is Needed?</h3>
199199
});
200200
$("#inputText").selectOnFocus();
201201
$('#string-utility-category').addClass('active');
202+
$('.markdown-body').attr('style', 'max-width:100%;');
202203
});
203204
</script>
204205

Diff for: image-to-base64-converter.html

+1
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ <h3 class="box-title">Why Convert From Image / Video to Base 64 Encoding?</h3>
143143
$("#myFile").selectOnFocus();
144144
$("#base64").selectOnFocus();
145145
$('#converters-category').addClass('active');
146+
$('.markdown-body').attr('style', 'max-width:100%;');
146147

147148
});
148149
</script>

Diff for: json-to-csv-converter.html

+1
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ <h3 class="box-title">Why Do We Need A JSON to CSV Format Converter Online?</h3>
153153
$("#json").selectOnFocus();
154154
$("#csvValues").selectOnFocus();
155155
$('#converters-category').addClass('active');
156+
$('.markdown-body').attr('style', 'max-width:100%;');
156157

157158
$("#generate").click(function() {
158159
var start = performance.now();

Diff for: json-to-property-converter.html

+1
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ <h3 class="box-title">Why Do We Need A JSON to Property Format Converter Online?
174174
$("#json").selectOnFocus();
175175
$("#propertyValues").selectOnFocus();
176176
$('#converters-category').addClass('active');
177+
$('.markdown-body').attr('style', 'max-width:100%;');
177178

178179
$("#generate").click(function() {
179180
var start = performance.now();

Diff for: meta-tag-generator.html

+2
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,8 @@ <h3 class="box-title">Why Meta Tag Generator Is Needed?</h3>
190190
$("#charset").selectOnFocus();
191191
$("#revisit-after").selectOnFocus();
192192
$('#seo-category').addClass('active');
193+
$('.markdown-body').attr('style', 'max-width:100%;');
194+
193195
});
194196
</script>
195197

Diff for: property-to-json-converter.html

+1
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ <h3 class="box-title">Why Do We Need A Property File to a JSON Object Format Con
176176
$("#json").selectOnFocus();
177177
$("#propertyValues").selectOnFocus();
178178
$('#converters-category').addClass('active');
179+
$('.markdown-body').attr('style', 'max-width:100%;');
179180

180181
$("#generate").click(function() {
181182
var start = performance.now();

Diff for: qr-code-generator.html

+1
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ <h3 class="box-title">Can I Print this QR Code?</h3>
227227

228228
$("#inputText").selectOnFocus();
229229
$('#generators-category').addClass('active');
230+
$('.markdown-body').attr('style', 'max-width:100%;');
230231
});
231232
</script>
232233

Diff for: remove-stopwords-online.html

+1
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ <h3 class="box-title">How many stopwords in English?</h3>
228228
$("#intext").selectOnFocus();
229229
$("#output").selectOnFocus();
230230
$('#string-utility-category').addClass('active');
231+
$('.markdown-body').attr('style', 'max-width:100%;');
231232

232233
});
233234
</script>

Diff for: replace-text.html

+1
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ <h3 class="box-title">Why do we replace strings?</h3>
205205
$("#intext").selectOnFocus();
206206
$("#output").selectOnFocus();
207207
$('#string-utility-category').addClass('active');
208+
$('.markdown-body').attr('style', 'max-width:100%;');
208209

209210
});
210211
</script>

Diff for: secure-password-generator.html

+1
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ <h3 class="box-title">How To Remember This Password?</h3>
153153
showStrength();
154154
});
155155
$('#security-category').addClass('active');
156+
$('.markdown-body').attr('style', 'max-width:100%;');
156157
});
157158
</script>
158159

Diff for: standard-deviation.html

+1
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ <h3 class="box-title">What separator to use in the data in this tool?</h3>
150150
}, false);
151151
$(document).ready(function () {
152152
$('#string-utility-category').addClass('active');
153+
$('.markdown-body').attr('style', 'max-width:100%;');
153154
});
154155

155156
</script>

Diff for: string-util.html

+1
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ <h4>Uppercase Text</h4>
159159
});
160160
$("#inputText").selectOnFocus();
161161
$('#string-utility-category').addClass('active');
162+
$('.markdown-body').attr('style', 'max-width:100%;');
162163
});
163164
</script>
164165

Diff for: table-to-json-converter.html

+1
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ <h3 class="box-title">Why Do We Need A Html Table to JSON Converter Online?</h3>
165165
$("#json").selectOnFocus();
166166
$("#htmlTable").selectOnFocus();
167167
$('#converters-category').addClass('active');
168+
$('.markdown-body').attr('style', 'max-width:100%;');
168169
});
169170
</script>
170171

Diff for: text-to-html-list-converter.html

+1
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ <h3 class="box-title">What Data Can Be Converted On This Page?</h3>
195195
$("#list-style").selectOnFocus();
196196
$("#htmlTable").selectOnFocus();
197197
$('#converters-category').addClass('active');
198+
$('.markdown-body').attr('style', 'max-width:100%;');
198199
});
199200
</script>
200201

Diff for: title-maker.html

+1
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ <h3 class="box-title">I Do Not Like The Article Suggested By This. What Should I
207207
$singleTitle.selectOnFocus();
208208
}
209209
$('#seo-category').addClass('active');
210+
$('.markdown-body').attr('style', 'max-width:100%;');
210211
});
211212
</script>
212213

Diff for: unique-word-extractor.html

+1
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ <h3 class="box-title">How many words can this tool support?</h3>
198198
$("#text").selectOnFocus();
199199
$("#result").selectOnFocus();
200200
$('#converters-category').addClass('active');
201+
$('.markdown-body').attr('style', 'max-width:100%;');
201202
});
202203
</script>
203204

Diff for: url-encode-decode.html

+1
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ <h3 class="box-title">Is URL Encoding Same As JavaScript escape() function?</h3>
207207
});
208208
$("#inputText").selectOnFocus();
209209
$('#string-utility-category').addClass('active');
210+
$('.markdown-body').attr('style', 'max-width:100%;');
210211
});
211212
</script>
212213

Diff for: word-counter.html

+2
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ <h3 class="box-title">How Can I Use Word Counter Tool?</h3>
122122
}, false);
123123
$(document).ready(function() {
124124
$('#string-utility-category').addClass('active');
125+
$('.markdown-body').attr('style', 'max-width:100%;');
126+
125127
});
126128

127129
</script>

Diff for: xml-escape-unescape.html

+1
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ <h3 class="box-title">Explore More on XML Conversion</h3>
194194
});
195195
$("#inputText").selectOnFocus();
196196
$('#string-utility-category').addClass('active');
197+
$('.markdown-body').attr('style', 'max-width:100%;');
197198
});
198199
</script>
199200
</html>

Diff for: xml-to-json-converter.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ <h3 class="box-title">Why Convert From XML to JSON?</h3>
205205
$("#xml").selectOnFocus();
206206
$("#json").selectOnFocus();
207207
$('#converters-category').addClass('active');
208-
208+
$('.markdown-body').attr('style', 'max-width:100%;');
209209
});
210210
</script>
211211
</html>

Diff for: yards-of-dirt-calculator.html

+1
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ <h3 class="box-title">How many wheelbarrows are in a cubic yard?</h3>
394394

395395
<script>
396396
$('#calculators-category').addClass('active');
397+
$('.markdown-body').attr('style', 'max-width:100%;');
397398
function validateInput(value, max = Infinity) {
398399
return value >= 0 && value <= max;
399400
}

0 commit comments

Comments
 (0)