move all static assets into a single folder
This commit is contained in:
@@ -2,7 +2,7 @@ define(["browser"], function (browser) {
|
||||
"use strict";
|
||||
|
||||
function getDeviceIcon(device) {
|
||||
var baseUrl = "img/devices/";
|
||||
var baseUrl = "assets/img/devices/";
|
||||
switch (device) {
|
||||
case "Opera":
|
||||
case "Opera TV":
|
||||
|
||||
Reference in New Issue
Block a user