loleaflet/src/control/Control.JSDialogBuilder.js |    8 --------
 1 file changed, 8 deletions(-)

New commits:
commit 6403b5ae18041e14153be59305be0b676a281f39
Author:     Szymon Kłos <szymon.k...@collabora.com>
AuthorDate: Wed Oct 9 13:45:02 2019 +0200
Commit:     Szymon Kłos <szymon.k...@collabora.com>
CommitDate: Wed Oct 9 13:45:02 2019 +0200

    jsdialogs: remove icon from tab
    
    Change-Id: Ia25b3f78d5c587ad6bf770c21d14f61dc05f723a

diff --git a/loleaflet/src/control/Control.JSDialogBuilder.js 
b/loleaflet/src/control/Control.JSDialogBuilder.js
index 26664de6b..475c29e7a 100644
--- a/loleaflet/src/control/Control.JSDialogBuilder.js
+++ b/loleaflet/src/control/Control.JSDialogBuilder.js
@@ -209,13 +209,9 @@ L.Control.JSDialogBuilder = L.Control.extend({
                var contentsContainer = L.DomUtil.create('div', 
'ui-tabs-content mobile-wizard ui-widget', parentContainer);
 
                var title1 = builder._cleanText(data[0].text);
-               var icon1 = builder._createIconPath(title1);
 
                var tab1 = L.DomUtil.create('div', 'ui-tab mobile-wizard', 
tabsContainer);
 
-               var button = L.DomUtil.create('img', 'ui-tab-content 
mobile-wizard unobutton', tab1);
-               button.src = icon1;
-
                var label = L.DomUtil.create('span', 'ui-tab-content 
mobile-wizard unolabel', tab1);
                label.innerHTML = title1;
 
@@ -234,10 +230,6 @@ L.Control.JSDialogBuilder = L.Control.extend({
                var tab2 = L.DomUtil.create('div', 'ui-tab mobile-wizard', 
tabsContainer);
 
                var title2 = builder._cleanText(data[1].text);
-               var icon2 = builder._createIconPath(title2);
-
-               var button2 = L.DomUtil.create('img', 'ui-tab-content 
mobile-wizard unobutton', tab2);
-               button2.src = icon2;
 
                var label2 = L.DomUtil.create('span', 'ui-tab-content 
mobile-wizard unolabel', tab2);
                label2.innerHTML = title2;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to