]> _ Git - cubeextranet.git/commitdiff
(no commit message)
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Fri, 16 Aug 2013 15:49:33 +0000 (15:49 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Fri, 16 Aug 2013 15:49:33 +0000 (15:49 +0000)
inc/ws/Util/html5/class.ws.html5.compiler.php
inc/ws/Util/html5/class.ws.html5.links.php

index 80348ea320f9235f816241238da2bff03f37241b..cfb73d931a45632d713477bb03012298a796c0de 100644 (file)
@@ -31,7 +31,6 @@ class wsHTML5Compiler {
                'js/libs/json2.js',
                'js/libs/flashdetect.js',
                'js/libs/jquery/jquery.js',
-               'js/libs/jquery/jquery.migrate.js',
                'js/libs/jquery/jquery.transform.js',
                'js/libs/jquery/jquery.mousewheel.js',
                'js/libs/jquery/jquery.hashchange.js',
index 4972423d205cf1a78f3b3fb6f25f0a620ee71a50..f5302fc4caf8371baac206068d2b860d33aef44b 100644 (file)
@@ -128,6 +128,9 @@ class wsHTML5Link {
                foreach ($init as $k => $v) {
                        $this->$k = $v;
                }
+               if ($this->target == '') {
+                       $this->target = '_blank';
+               }
                $this->wdir = WS_BOOKS . '/working/' . $compiler->book_id . '/';
                $this->id = $id;
                $this->compiler = $compiler;