SilentLittleCat il y a 7 ans
Parent
commit
054a06a239
2 fichiers modifiés avec 10 ajouts et 10 suppressions
  1. 8 9
      .idea/workspace.xml
  2. 2 1
      data/template/3_diy_group_group.tpl.php

+ 8 - 9
.idea/workspace.xml

xqd xqd xqd xqd
@@ -3,7 +3,6 @@
   <component name="ChangeListManager">
     <list default="true" id="deb87e12-87cf-4e37-bffe-bf7390933348" name="Default" comment="">
       <change beforePath="$PROJECT_DIR$/data/template/3_diy_group_group.tpl.php" afterPath="$PROJECT_DIR$/data/template/3_diy_group_group.tpl.php" />
-      <change beforePath="$PROJECT_DIR$/static/js/forum_post.js" afterPath="$PROJECT_DIR$/static/js/forum_post.js" />
     </list>
     <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
     <option name="TRACKING_ENABLED" value="true" />
@@ -47,11 +46,11 @@
       <file leaf-file-name="3_diy_group_group.tpl.php" pinned="false" current-in-tab="true">
         <entry file="file://$PROJECT_DIR$/data/template/3_diy_group_group.tpl.php">
           <provider selected="true" editor-type-id="text-editor">
-            <state relative-caret-position="594">
-              <caret line="1377" column="30" lean-forward="false" selection-start-line="1377" selection-start-column="30" selection-end-line="1377" selection-end-column="30" />
+            <state relative-caret-position="563">
+              <caret line="1384" column="31" lean-forward="false" selection-start-line="1384" selection-start-column="31" selection-end-line="1384" selection-end-column="31" />
               <folding>
                 <element signature="e#2726#2747#0#HTML" expanded="true" />
-                <marker date="1525014446250" expanded="true" signature="17971:17983" ph="..." />
+                <marker date="1525014498838" expanded="true" signature="17971:17983" ph="..." />
               </folding>
             </state>
           </provider>
@@ -181,12 +180,12 @@
       <option name="presentableId" value="Default" />
       <updated>1525013349427</updated>
       <workItem from="1525013350506" duration="115000" />
-      <workItem from="1525013490770" duration="952000" />
+      <workItem from="1525013490770" duration="1004000" />
     </task>
     <servers />
   </component>
   <component name="TimeTrackingManager">
-    <option name="totallyTimeSpent" value="1067000" />
+    <option name="totallyTimeSpent" value="1119000" />
   </component>
   <component name="ToolWindowManager">
     <frame x="-9" y="-9" width="1938" height="1048" extended-state="7" />
@@ -298,11 +297,11 @@
     </entry>
     <entry file="file://$PROJECT_DIR$/data/template/3_diy_group_group.tpl.php">
       <provider selected="true" editor-type-id="text-editor">
-        <state relative-caret-position="594">
-          <caret line="1377" column="30" lean-forward="false" selection-start-line="1377" selection-start-column="30" selection-end-line="1377" selection-end-column="30" />
+        <state relative-caret-position="563">
+          <caret line="1384" column="31" lean-forward="false" selection-start-line="1384" selection-start-column="31" selection-end-line="1384" selection-end-column="31" />
           <folding>
             <element signature="e#2726#2747#0#HTML" expanded="true" />
-            <marker date="1525014446250" expanded="true" signature="17971:17983" ph="..." />
+            <marker date="1525014498838" expanded="true" signature="17971:17983" ph="..." />
           </folding>
         </state>
       </provider>

+ 2 - 1
data/template/3_diy_group_group.tpl.php

xqd
@@ -1375,13 +1375,14 @@ EOF;
 
         function updatecinemaattach(aid, url, attachurl) {
             $('activityaid').value = aid;
-            console.log('no');
+
             $('activityattach_image').innerHTML = '<img src="' + attachurl + '/' + url + '" class="spimg" />';
             ATTACHORIMAGE = 1;
         }
 
         function activityaid_upload(aid, url) {
             $('activityaid_url').value = url;
+            console.log('now');
             updatecinemaattach(aid, url, 'data/attachment/forum');
         }
     </script>