|
237 | 237 | // LABEL: Project #1 button. |
238 | 238 | box.homePage.footer.btnGroup.btn2 = createLabel(0, 0, 121, 44) |
239 | 239 | box.homePage.footer.btnGroup.add(that) |
240 | | - that.text = "Project #1" |
| 240 | + that.text = "Project 1" |
241 | 241 | footerButtonStyle(that) |
242 | 242 | that.element.style.marginLeft = "10px" |
243 | 243 | that.onClick(function() { |
|
254 | 254 | // LABEL: Project #2 button. |
255 | 255 | box.homePage.footer.btnGroup.btn3 = createLabel(0, 0, 121, 44) |
256 | 256 | box.homePage.footer.btnGroup.add(that) |
257 | | - that.text = "Project #2" |
| 257 | + that.text = "Project 2" |
258 | 258 | footerButtonStyle(that) |
259 | 259 | that.element.style.marginLeft = "10px" |
260 | 260 | that.onClick(function() { |
|
270 | 270 | // LABEL: ShowCase #1 button. |
271 | 271 | box.homePage.footer.btnGroup.btn4 = createLabel(0, 0, 148, 44) |
272 | 272 | box.homePage.footer.btnGroup.add(that) |
273 | | - that.text = "ShowCase #1" |
| 273 | + that.text = "ShowCase 1" |
274 | 274 | footerButtonStyle(that) |
275 | 275 | that.element.style.marginLeft = "10px" |
276 | 276 | that.onClick(function() { |
|
286 | 286 | // LABEL: ShowCase #2 button. |
287 | 287 | box.homePage.footer.btnGroup.btn5 = createLabel(0, 0, 148, 44) |
288 | 288 | box.homePage.footer.btnGroup.add(that) |
289 | | - that.text = "ShowCase #2" |
| 289 | + that.text = "ShowCase 2" |
290 | 290 | footerButtonStyle(that) |
291 | 291 | that.element.style.marginLeft = "10px" |
292 | 292 | that.onClick(function() { |
|
0 commit comments