Commit 267dad7f authored by Jim Tittsler's avatar Jim Tittsler
Browse files

WP theme uses iDevice types with spaces not underscores

parent 6bcc5713
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -252,6 +252,8 @@ module.exports = {
          return (e !== 'eXe-iDevice') && (e !== 'iDevice');
        })[0];
      }
      // WordPress theme uses spaces in iDevice types
      idtype = idtype.replace(/_+/g, ' ');

      // process new style Template:IDevice separately
      if ($(this).hasClass('iDevice')) {