Fixed tests
@ -213,7 +213,7 @@ public class ExporterFactory {
|
|||||||
int index = imgUrl.lastIndexOf("/");
|
int index = imgUrl.lastIndexOf("/");
|
||||||
elem.removeAttribute("href");
|
elem.removeAttribute("href");
|
||||||
if (index != -1) {
|
if (index != -1) {
|
||||||
final String iconName = imgUrl.substring(index);
|
final String iconName = imgUrl.substring(index+1);
|
||||||
// Hack for backward compatibility . This can be removed in 2012. :)
|
// Hack for backward compatibility . This can be removed in 2012. :)
|
||||||
String imgPath;
|
String imgPath;
|
||||||
if (imgUrl.contains("images")) {
|
if (imgUrl.contains("images")) {
|
||||||
|
BIN
wise-webapp/src/main/webapp/images/add.png
Executable file
After Width: | Height: | Size: 733 B |
BIN
wise-webapp/src/main/webapp/images/chart_curve.png
Executable file
After Width: | Height: | Size: 710 B |
BIN
wise-webapp/src/main/webapp/images/connect.png
Executable file
After Width: | Height: | Size: 748 B |
BIN
wise-webapp/src/main/webapp/images/lightbulb.png
Executable file
After Width: | Height: | Size: 782 B |
BIN
wise-webapp/src/main/webapp/images/money.png
Executable file
After Width: | Height: | Size: 738 B |
BIN
wise-webapp/src/main/webapp/images/note.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
wise-webapp/src/main/webapp/images/thumb_up.png
Executable file
After Width: | Height: | Size: 619 B |
BIN
wise-webapp/src/main/webapp/images/world_link.png
Executable file
After Width: | Height: | Size: 957 B |