Widget:indexSorterGrouper: Difference between revisions
Jump to navigation
Jump to search
Corrected find string for image name processing |
m Just testing stuff |
||
Line 8: | Line 8: | ||
var index = parseInt(element.find('.index').last().text()); | var index = parseInt(element.find('.index').last().text()); | ||
var srcStr = element.find("img.rarity-class").attr("src"); | var srcStr = element.find("img.rarity-class").attr("src"); | ||
console.log(srcStr); | |||
var myRegexp = /^.*Icon_(.*)_(.*)star.*$/g; | var myRegexp = /^.*Icon_(.*)_(.*)star.*$/g; | ||
var match = myRegexp.exec(srcStr); | var match = myRegexp.exec(srcStr); |
Revision as of 02:43, 10 November 2019
Released on this server: