Browse Source

Added mockup handler of pin fw in mobile interface

TC pushbot 5 4 years ago
parent
commit
99586f07ea
1 changed files with 8 additions and 0 deletions
  1. 8 0
      web/mobile.system

+ 8 - 0
web/mobile.system

@@ -1118,6 +1118,14 @@
                     title: title
                 });
             }
+
+            //Mobile interface do not support pin function yet
+            function PinFloatWindowToTopMostMode(object){
+            }
+
+            function UnpinFloatWindowFromTopMostMode(object){
+
+            }
             
         </script>
     </body>