diff develop/views/Extractapp/taggingtext.php @ 16:fb948097de39

fix bug: Edittaglist is working on Firefox. fix bug: name of regex used to show with strange <span id="transmark"></span> showing only on FF but not Saf. Change it to use "document.getElementById(id).textContent to get the pure text string.
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Fri, 20 Feb 2015 16:39:08 +0100
parents 1f98c92ebbfb
children 82f8c6bd2b69
line wrap: on
line diff
--- a/develop/views/Extractapp/taggingtext.php	Thu Feb 19 18:11:11 2015 +0100
+++ b/develop/views/Extractapp/taggingtext.php	Fri Feb 20 16:39:08 2015 +0100
@@ -85,8 +85,10 @@
 
 $(document).ready(function(){
     //run once
+    /* no need, fixed sidebar
     var el=$('#follow-scroll');
     var originalelpos=el.offset().top; // take it where it originally is on the page
+    */
 
     //run on scroll
     /*
@@ -464,25 +466,14 @@
 ?>
 });
 
-$(function () {
-
-    $('#example').popover({
-          //selector: '.has-popover'
-        content: function () {
-            return;
-        },
-        //template: output_content,
-        title: "Load Regex"
-    });
-})
-
-
 
 // init for popover used in bootstrap
 $(function () {
   $('[data-toggle="popover"]').popover()
 })
 
+
+
 </script>
  
 
@@ -527,9 +518,8 @@
                 
             </div>
         </div>
-
         
-        <div id="follow-scroll" class="col-xs-4 col-xs-offset-8 col-sm-4 col-sm-offset-8 col-md-4 col-md-offset-8 col-lg-4 col-lg-offset-8" style="position:fixed; width:300px; height:900px; overflow:scroll; float:right">
+        <div id="follow-scroll" class="col-xs-4 col-xs-offset-8 col-sm-4 col-sm-offset-8 col-md-4 col-md-offset-8 col-lg-3 col-lg-offset-8" style="position:fixed; width:100%; height:700px; overflow:scroll;">
             <form action="javascript:void(0);">   
                 <fieldset>
                     <legend><h5 class="text-success"> Config Topic: </h5></legend>