SilentLittleCat 7 lat temu
rodzic
commit
c79b767471
2 zmienionych plików z 12 dodań i 10 usunięć
  1. 10 8
      .idea/workspace.xml
  2. 2 2
      data/template/3_diy_group_group.tpl.php

+ 10 - 8
.idea/workspace.xml

xqd xqd xqd xqd
@@ -46,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="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" />
+            <state relative-caret-position="260">
+              <caret line="1377" column="29" lean-forward="false" selection-start-line="1377" selection-start-column="29" selection-end-line="1377" selection-end-column="29" />
               <folding>
                 <element signature="e#2726#2747#0#HTML" expanded="true" />
-                <marker date="1525014498838" expanded="true" signature="17971:17983" ph="..." />
+                <marker date="1525014646301" expanded="true" signature="17971:17983" ph="..." />
               </folding>
             </state>
           </provider>
@@ -89,6 +89,8 @@
   <component name="FindInProjectRecents">
     <findStrings>
       <find>上传</find>
+      <find>activityaid_url</find>
+      <find>activityattach_image</find>
     </findStrings>
   </component>
   <component name="Git.Settings">
@@ -180,12 +182,12 @@
       <option name="presentableId" value="Default" />
       <updated>1525013349427</updated>
       <workItem from="1525013350506" duration="115000" />
-      <workItem from="1525013490770" duration="1004000" />
+      <workItem from="1525013490770" duration="1151000" />
     </task>
     <servers />
   </component>
   <component name="TimeTrackingManager">
-    <option name="totallyTimeSpent" value="1119000" />
+    <option name="totallyTimeSpent" value="1266000" />
   </component>
   <component name="ToolWindowManager">
     <frame x="-9" y="-9" width="1938" height="1048" extended-state="7" />
@@ -297,11 +299,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="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" />
+        <state relative-caret-position="260">
+          <caret line="1377" column="29" lean-forward="false" selection-start-line="1377" selection-start-column="29" selection-end-line="1377" selection-end-column="29" />
           <folding>
             <element signature="e#2726#2747#0#HTML" expanded="true" />
-            <marker date="1525014498838" expanded="true" signature="17971:17983" ph="..." />
+            <marker date="1525014646301" expanded="true" signature="17971:17983" ph="..." />
           </folding>
         </state>
       </provider>

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

xqd
@@ -1375,14 +1375,14 @@ EOF;
 
         function updatecinemaattach(aid, url, attachurl) {
             $('activityaid').value = aid;
-
+            console.log(aid, 'now');
             $('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>