move img folder to images
This commit is contained in:
parent
c0620c6bc8
commit
a4f132c703
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 6.8 KiB |
Before Width: | Height: | Size: 222 B After Width: | Height: | Size: 222 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
@ -46,7 +46,7 @@
|
||||
</button>
|
||||
<button style="padding-bottom: 11px;" tool="recSelect" title="Select an area" type="button"
|
||||
class="whiteboardTool">
|
||||
<img src="./img/dottedRec.png">
|
||||
<img src="./images/dottedRec.png">
|
||||
</button>
|
||||
<button tool="pen" title="Take the pen" type="button" class="whiteboardTool active">
|
||||
<i class="fa fa-pencil-alt"></i>
|
||||
@ -74,7 +74,7 @@
|
||||
<div class="activeToolIcon" style="position:absolute; top:2px; left:2px; font-size: 0.6em;"><i
|
||||
class="fa fa-pencil-alt"></i></div>
|
||||
<img style="position: absolute; left: 11px; top: 16px; height:14px; width:130px;"
|
||||
src="./img/slider-background.svg">
|
||||
src="./images/slider-background.svg">
|
||||
<input title="Thickness" id="whiteboardThicknessSlider"
|
||||
style="position: absolute; left:9px; width: 130px; top: 15px;" type="range" min="1" max="50"
|
||||
value="3">
|
||||
|
@ -182,8 +182,8 @@ $(document).ready(function () {
|
||||
});
|
||||
|
||||
var btnsMini = false;
|
||||
$("#minMaxBtn").click(function(){
|
||||
if(!btnsMini) {
|
||||
$("#minMaxBtn").click(function () {
|
||||
if (!btnsMini) {
|
||||
$("#toolbar").find(".btn-group:not(.minGroup)").hide();
|
||||
$(this).find("#minBtn").hide();
|
||||
$(this).find("#maxBtn").show();
|
||||
|
@ -28,7 +28,7 @@ var whiteboard = {
|
||||
sendFunction: null,
|
||||
canvasWidth: 3000,
|
||||
canvasHeight: 2000,
|
||||
backgroundGridUrl: './img/KtEBa2.png'
|
||||
backgroundGridUrl: './images/KtEBa2.png'
|
||||
},
|
||||
loadWhiteboard: function (whiteboardContainer, newSettings) {
|
||||
var svgns = "http://www.w3.org/2000/svg";
|
||||
|
Loading…
Reference in New Issue
Block a user