浏览代码

Eliminate events

Alessia Spadi 1 年之前
父节点
当前提交
4b7644d114
共有 2 个文件被更改,包括 2 次插入27 次删除
  1. 2 12
      js/object.js
  2. 0 15
      object.html

+ 2 - 12
js/object.js

@@ -192,7 +192,6 @@ queryDOC = prepareQueryURL(queryAssocDocs);
 
 queryCON = prepareQueryURL(queryContrassegni);
 
-queryEV = prepareQueryURL(queryEventiGettatelli);
 
 
 response = $.ajax({
@@ -245,15 +244,6 @@ response_contrassegni = $.ajax({
   error: function (e) {}
 });
 
-response_eventi = $.ajax({
-
-  url: queryEV,
-  dataType: "json",
-  success: function (data){
-    handle_eventiGettatelli(data);
-  },
-  error: function (e) {}
-});
 
 
 function handle_objectData(json) {
@@ -748,7 +738,7 @@ function handle_contrassegni(json) {
   
 }
 
-function handle_eventiGettatelli(json) {
+/*function handle_eventiGettatelli(json) {
 
   console.log(json);
 
@@ -810,7 +800,7 @@ function handle_eventiGettatelli(json) {
          document.getElementById("section_events").innerHTML = messaggio;
       }
   
-}
+}*/
 
 function createDivRelazione(type, id){
 	htmlCode = '\

+ 0 - 15
object.html

@@ -299,21 +299,6 @@
 											</div>
 										</div>
 									</div>
-
-									<div class="box_results col-12" id="events">
-										<div class="inner_results container-fluid">
-                                          
-                                          	<!-- Scheda -->
-											<div id="myTab" class="tab"></div>
-                                          
-											<div id="thead_ev" class="row def_res">
-												
-											</div>
-											<div class="row res_list">
-												<div class="container-fluid" id="section_events"></div>
-											</div>
-										</div>
-									</div>
 									
 								</div>
 							</div>