Overview
| Comment: | [fx] fix previous commit | 
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive | 
| Timelines: | family | ancestors | descendants | both | fx | webext_sharedworker | 
| Files: | files | file ages | folders | 
| SHA3-256: | e95b59c0d06696287ea4b2ce3ed2f764 | 
| User & Date: | olr on 2017-08-11 07:49:41 | 
| Other Links: | branch diff | manifest | tags | 
Context
| 2017-08-11 | ||
| 11:06 | [fx] use objects for communication with SharedWorker (normalization) check-in: 8f064f32f6 user: olr tags: fx, we_sw | |
| 09:27 | [fx] Add the possibility to send reply to all or other check-in: d2e1bf16aa user: IllusionPerdu tags: fx, webext_sharedworker | |
| 07:49 | [fx] fix previous commit check-in: e95b59c0d0 user: olr tags: fx, webext_sharedworker | |
| 07:35 | [fx] commited by mistake (not working) check-in: 19934834b3 user: olr tags: fx, webext_sharedworker | |
Changes
Modified gc_lang/fr/webext/content_scripts/modify_page.js from [2505acbc2a] to [639403006b].
| ︙ | |||
| 128 129 130 131 132 133 134 | 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 | - - + + - - + + - - + + | 
        xConjButton.onclick = function() {
            createConjPanel();
        };
        xToolbar.appendChild(xConjButton);
        let xTFButton = document.createElement("div");
        xTFButton.textContent = "Formater";
        xTFButton.style = sButtonStyle;
 | 
| ︙ | 
Modified gc_lang/fr/webext/panel/main.html from [e9d159efe3] to [6809bc8ca4].
| ︙ | |||
| 34 35 36 37 38 39 40 | 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | - + | 
      </div>
      -->
      <div id="page">
        <section id="home_page" class="page">
          <h1>GRAMMALECTE</h1>
 | 
| ︙ |